Html Css Color HEX #665F58 Kabul

📋 copy color: '#665F58'

red 102 ◦ green 95 ◦ blue 88

#665F58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #665F58

Tints of Kabul #665F58

RGB

 RED value IS 102 (40.23% from 255) = 35.79%

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 35.79%
G = 33.33%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#665F58 (or 0x665F58) is known color: Kabul. HEX triplet: 66, 5F and 58. RGB value is (102,95,88). Sum of RGB (Red+Green+Blue) = 102+95+88=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F58 is #99A0A7. Grayscale: #606060. Windows color (decimal): -10068136 or 5791590. OLE color: 5791590.

HSL color Cylindrical-coordinate representation of color #665F58: hue angle of 30º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665F58 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 88 -
CMYK 0 0.07 0.14 0.6
HSL 30º 0.07% 0.37% -
HSV(B) 30º 0.14% 0.4% -
XYZ 11.33 11.71 10.9 -
YUV 96.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 102 95 88 0 0.07 0.14 0.6 30 0.07 0.37
Hex 66 5F 58 0 7 E 3C 1E 7 25
Octal 146 137 130 0 7 16 74 36 7 45
Binary 1100110 1011111 1011000 0 111 1110 111100 11110 111 100101

Color Harmonies of #665F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F58

Black with #665F58

Text Example


Text Example

White with #665F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665F58; }

 p { color: rgb(102,95,88); }

 H1.HeaderClassName
 {
   color: #665F58;
 }
 .AnyTagClassName
 {
   color: #665F58;
 }
</style>

background-color css

<style>
 a { background-color: #665F58; }

 a { background-color: rgb(102,95,88); }

 div.DivClassName
 {
   background-color: #665F58;
 }
 .BgClassName
 {
   background-color: #665F58;
 }
</style>

border-color css

<style>
 span { border-color: #665F58; }

 span { border-color: rgb(102,95,88); }

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