Html Css Color HEX #66615D Kabul

📋 copy color: '#66615D'

red 102 ◦ green 97 ◦ blue 93

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

Shades of Kabul #66615D

Tints of Kabul #66615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 34.93%
G = 33.22%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66615D (or 0x66615D) is known color: Kabul. HEX triplet: 66, 61 and 5D. RGB value is (102,97,93). Sum of RGB (Red+Green+Blue) = 102+97+93=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #66615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66615D is #999EA2. Grayscale: #626262. Windows color (decimal): -10067619 or 6119782. OLE color: 6119782.

HSL color Cylindrical-coordinate representation of color #66615D: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66615D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 93 -
CMYK 0 0.05 0.09 0.6
HSL 26.67º 0.05% 0.38% -
HSV(B) 26.67º 0.09% 0.4% -
XYZ 11.73 12.16 12.09 -
YUV 98.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 102 97 93 0 0.05 0.09 0.6 26.67 0.05 0.38
Hex 66 61 5D 0 5 9 3C 1B 5 26
Octal 146 141 135 0 5 11 74 33 5 46
Binary 1100110 1100001 1011101 0 101 1001 111100 11011 101 100110

Color Harmonies of #66615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66615D

Black with #66615D

Text Example


Text Example

White with #66615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66615D; }

 p { color: rgb(102,97,93); }

 H1.HeaderClassName
 {
   color: #66615D;
 }
 .AnyTagClassName
 {
   color: #66615D;
 }
</style>

background-color css

<style>
 a { background-color: #66615D; }

 a { background-color: rgb(102,97,93); }

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

border-color css

<style>
 span { border-color: #66615D; }

 span { border-color: rgb(102,97,93); }

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