#69635B

Color #69635B Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #69635B

Tints of Makara #69635B

Color information

#69635B (or 0x69635B) is unknown color: approx Makara. HEX triplet: 69, 63 and 5B. RGB value is (105,99,91). Sum of RGB (Red+Green+Blue) = 105+99+91=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 105 - color contains mainly: red. Hex color #69635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69635B is #969CA4. Grayscale: #636363. Windows color (decimal): -9870501 or 5989225. OLE color: 5989225.

HSL color Cylindrical-coordinate representation of color #69635B: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #69635B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1059991-
CMYK00.060.130.59
HSL34.29º7.14%38.43%-
HSV(B)34.29º13.33%41.18%-
XYZ12.1812.6811.7-
YUV99.88122.99131.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=35.59%
G=33.56%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105999100.060.130.5934.297.1438.43
Hex69635B06D3B22726
Octal15114313306157342746
Binary11010011100011101101101101101111011100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69635B; }

 p { color: rgb(105,99,91); }

 H1.HeaderClassName
 {
   color: #69635B;
 }
 .AnyTagClassName
 {
   color: #69635B;
 }
</style>
background-color css

<style>
 a { background-color: #69635B; }

 a { background-color: rgb(105,99,91); }

 div.DivClassName
 {
   background-color: #69635B;
 }
 .BgClassName
 {
   background-color: #69635B;
 }
</style>
border-color css

<style>
 span { border-color: #69635B; }

 span { border-color: rgb(105,99,91); }

 td.TdClassName
 {
   border-color: #69635B;
 }
 .TagClassName
 {
   border-color: #69635B;
 }
</style>