#69635C

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

Shades of Kabul #69635C

Tints of Kabul #69635C

Color information

#69635C (or 0x69635C) is unknown color: approx Kabul. HEX triplet: 69, 63 and 5C. RGB value is (105,99,92). Sum of RGB (Red+Green+Blue) = 105+99+92=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #69635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69635C is #969CA3. Grayscale: #646464. Windows color (decimal): -9870500 or 6054761. OLE color: 6054761.

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

Color convert

RGB1059992-
CMYK00.060.120.59
HSL32.31º6.6%38.63%-
HSV(B)32.31º12.38%41.18%-
XYZ12.2212.711.93-
YUV100123.49131.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=35.47%
G=33.45%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105999200.060.120.5932.316.638.63
Hex69635C06C3B20727
Octal15114313406147340747
Binary11010011100011101110001101100111011100000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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