Html Css Color HEX #662F29 Kenyan Copper

📋 copy color: '#662F29'

red 102 ◦ green 47 ◦ blue 41

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

Shades of Kenyan Copper #662F29

Tints of Kenyan Copper #662F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 53.68%
G = 24.74%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#662F29 (or 0x662F29) is known color: Kenyan Copper. HEX triplet: 66, 2F and 29. RGB value is (102,47,41). Sum of RGB (Red+Green+Blue) = 102+47+41=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662F29 is #99D0D6. Grayscale: #3E3E3E. Windows color (decimal): -10080471 or 2699110. OLE color: 2699110.

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

Color convert

RGB 102 47 41 -
CMYK 0 0.54 0.60 0.6
HSL 5.9º 0.43% 0.28% -
HSV(B) 5.9º 0.6% 0.4% -
XYZ 6.9 5.02 2.7 -
YUV 62.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 102 47 41 0 0.54 0.60 0.6 5.9 0.43 0.28
Hex 66 2F 29 0 36 3C 3C 6 2B 1C
Octal 146 57 51 0 66 74 74 6 53 34
Binary 1100110 101111 101001 0 110110 111100 111100 110 101011 11100

Color Harmonies of #662F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662F29

Black with #662F29

Text Example


Text Example

White with #662F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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