#69625A

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

Shades of Kabul #69625A

Tints of Kabul #69625A

Color information

#69625A (or 0x69625A) is unknown color: approx Kabul. HEX triplet: 69, 62 and 5A. RGB value is (105,98,90). Sum of RGB (Red+Green+Blue) = 105+98+90=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #69625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69625A is #969DA5. Grayscale: #636363. Windows color (decimal): -9870758 or 5923433. OLE color: 5923433.

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

Color convert

RGB1059890-
CMYK00.070.140.59
HSL32º7.69%38.24%-
HSV(B)32º14.29%41.18%-
XYZ12.0412.4811.45-
YUV99.18122.82132.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=35.84%
G=33.45%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105989000.070.140.59327.6938.24
Hex69625A07E3B20826
Octal151142132071673401046
Binary110100111000101011010011111101110111000001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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