Html Css Color HEX #662F2C Kenyan Copper

📋 copy color: '#662F2C'

red 102 ◦ green 47 ◦ blue 44

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

Shades of Kenyan Copper #662F2C

Tints of Kenyan Copper #662F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.35%

 BLUE value IS 44 (17.58% from 255) = 22.8%

R = 52.85%
G = 24.35%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#662F2C (or 0x662F2C) is known color: Kenyan Copper. HEX triplet: 66, 2F and 2C. RGB value is (102,47,44). Sum of RGB (Red+Green+Blue) = 102+47+44=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F2C is #99D0D3. Grayscale: #3F3F3F. Windows color (decimal): -10080468 or 2895718. OLE color: 2895718.

HSL color Cylindrical-coordinate representation of color #662F2C: hue angle of 3.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662F2C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 47 44 -
CMYK 0 0.54 0.57 0.6
HSL 3.1º 0.4% 0.29% -
HSV(B) 3.1º 0.57% 0.4% -
XYZ 6.95 5.04 2.99 -
YUV 63.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 102 47 44 0 0.54 0.57 0.6 3.1 0.4 0.29
Hex 66 2F 2C 0 36 39 3C 3 28 1D
Octal 146 57 54 0 66 71 74 3 50 35
Binary 1100110 101111 101100 0 110110 111001 111100 11 101000 11101

Color Harmonies of #662F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662F2C

Black with #662F2C

Text Example


Text Example

White with #662F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662F2C; }

 p { color: rgb(102,47,44); }

 H1.HeaderClassName
 {
   color: #662F2C;
 }
 .AnyTagClassName
 {
   color: #662F2C;
 }
</style>

background-color css

<style>
 a { background-color: #662F2C; }

 a { background-color: rgb(102,47,44); }

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

border-color css

<style>
 span { border-color: #662F2C; }

 span { border-color: rgb(102,47,44); }

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