Html Css Color HEX #6F352F Kenyan Copper

📋 copy color: '#6F352F'

red 111 ◦ green 53 ◦ blue 47

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

Shades of Kenyan Copper #6F352F

Tints of Kenyan Copper #6F352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 52.61%
G = 25.12%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F352F (or 0x6F352F) is known color: Kenyan Copper. HEX triplet: 6F, 35 and 2F. RGB value is (111,53,47). Sum of RGB (Red+Green+Blue) = 111+53+47=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F352F is #90CAD0. Grayscale: #454545. Windows color (decimal): -9489105 or 3093871. OLE color: 3093871.

HSL color Cylindrical-coordinate representation of color #6F352F: hue angle of 5.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F352F is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 53 47 -
CMYK 0 0.52 0.58 0.56
HSL 5.63º 0.41% 0.31% -
HSV(B) 5.63º 0.58% 0.44% -
XYZ 8.34 6.13 3.43 -
YUV 69.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 111 53 47 0 0.52 0.58 0.56 5.63 0.41 0.31
Hex 6F 35 2F 0 34 3A 38 6 29 1F
Octal 157 65 57 0 64 72 70 6 51 37
Binary 1101111 110101 101111 0 110100 111010 111000 110 101001 11111

Color Harmonies of #6F352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F352F

Black with #6F352F

Text Example


Text Example

White with #6F352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,53,47); }

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

background-color css

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

 a { background-color: rgb(111,53,47); }

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

border-color css

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

 span { border-color: rgb(111,53,47); }

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