Html Css Color HEX #6F322C Kenyan Copper

📋 copy color: '#6F322C'

red 111 ◦ green 50 ◦ blue 44

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

Shades of Kenyan Copper #6F322C

Tints of Kenyan Copper #6F322C

RGB

 RED value IS 111 (43.75% from 255) = 54.15%

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 54.15%
G = 24.39%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6F322C (or 0x6F322C) is known color: Kenyan Copper. HEX triplet: 6F, 32 and 2C. RGB value is (111,50,44). Sum of RGB (Red+Green+Blue) = 111+50+44=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F322C is #90CDD3. Grayscale: #434343. Windows color (decimal): -9489876 or 2896495. OLE color: 2896495.

HSL color Cylindrical-coordinate representation of color #6F322C: hue angle of 5.37º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F322C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 50 44 -
CMYK 0 0.55 0.60 0.56
HSL 5.37º 0.43% 0.3% -
HSV(B) 5.37º 0.6% 0.44% -
XYZ 8.15 5.84 3.08 -
YUV 67.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 111 50 44 0 0.55 0.60 0.56 5.37 0.43 0.3
Hex 6F 32 2C 0 37 3C 38 5 2B 1E
Octal 157 62 54 0 67 74 70 5 53 36
Binary 1101111 110010 101100 0 110111 111100 111000 101 101011 11110

Color Harmonies of #6F322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F322C

Black with #6F322C

Text Example


Text Example

White with #6F322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,44); }

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

background-color css

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

 a { background-color: rgb(111,50,44); }

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

border-color css

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

 span { border-color: rgb(111,50,44); }

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