Html Css Color HEX #6A2F28 Kenyan Copper

📋 copy color: '#6A2F28'

red 106 ◦ green 47 ◦ blue 40

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

Shades of Kenyan Copper #6A2F28

Tints of Kenyan Copper #6A2F28

RGB

 RED value IS 106 (41.8% from 255) = 54.92%

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 54.92%
G = 24.35%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6A2F28 (or 0x6A2F28) is known color: Kenyan Copper. HEX triplet: 6A, 2F and 28. RGB value is (106,47,40). Sum of RGB (Red+Green+Blue) = 106+47+40=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2F28 is #95D0D7. Grayscale: #3F3F3F. Windows color (decimal): -9818328 or 2633578. OLE color: 2633578.

HSL color Cylindrical-coordinate representation of color #6A2F28: hue angle of 6.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A2F28 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 47 40 -
CMYK 0 0.56 0.62 0.58
HSL 6.36º 0.45% 0.29% -
HSV(B) 6.36º 0.62% 0.42% -
XYZ 7.34 5.25 2.63 -
YUV 63.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 106 47 40 0 0.56 0.62 0.58 6.36 0.45 0.29
Hex 6A 2F 28 0 38 3E 3A 6 2D 1D
Octal 152 57 50 0 70 76 72 6 55 35
Binary 1101010 101111 101000 0 111000 111110 111010 110 101101 11101

Color Harmonies of #6A2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2F28

Black with #6A2F28

Text Example


Text Example

White with #6A2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2F28; }

 p { color: rgb(106,47,40); }

 H1.HeaderClassName
 {
   color: #6A2F28;
 }
 .AnyTagClassName
 {
   color: #6A2F28;
 }
</style>

background-color css

<style>
 a { background-color: #6A2F28; }

 a { background-color: rgb(106,47,40); }

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

border-color css

<style>
 span { border-color: #6A2F28; }

 span { border-color: rgb(106,47,40); }

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