#69625C

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

Shades of Kabul #69625C

Tints of Kabul #69625C

Color information

#69625C (or 0x69625C) is unknown color: approx Kabul. HEX triplet: 69, 62 and 5C. RGB value is (105,98,92). Sum of RGB (Red+Green+Blue) = 105+98+92=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 105 - color contains mainly: red. Hex color #69625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69625C is #969DA3. Grayscale: #636363. Windows color (decimal): -9870756 or 6054505. OLE color: 6054505.

HSL color Cylindrical-coordinate representation of color #69625C: hue angle of 27.69º 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 #69625C is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1059892-
CMYK00.070.120.59
HSL27.69º6.6%38.63%-
HSV(B)27.69º12.38%41.18%-
XYZ12.1312.5111.9-
YUV99.41123.82131.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=35.59%
G=33.22%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105989200.070.120.5927.696.638.63
Hex69625C07C3B1c727
Octal15114213407147334747
Binary1101001110001010111000111110011101111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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