Html Css Color HEX #6F322F Kenyan Copper

📋 copy color: '#6F322F'

red 111 ◦ green 50 ◦ blue 47

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

Shades of Kenyan Copper #6F322F

Tints of Kenyan Copper #6F322F

RGB

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

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

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

R = 53.37%
G = 24.04%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F322F (or 0x6F322F) is known color: Kenyan Copper. HEX triplet: 6F, 32 and 2F. RGB value is (111,50,47). Sum of RGB (Red+Green+Blue) = 111+50+47=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F322F is #90CDD0. Grayscale: #434343. Windows color (decimal): -9489873 or 3093103. OLE color: 3093103.

HSL color Cylindrical-coordinate representation of color #6F322F: hue angle of 2.81º 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 #6F322F is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 50 47 -
CMYK 0 0.55 0.58 0.56
HSL 2.81º 0.41% 0.31% -
HSV(B) 2.81º 0.58% 0.44% -
XYZ 8.21 5.87 3.39 -
YUV 67.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 111 50 47 0 0.55 0.58 0.56 2.81 0.41 0.31
Hex 6F 32 2F 0 37 3A 38 3 29 1F
Octal 157 62 57 0 67 72 70 3 51 37
Binary 1101111 110010 101111 0 110111 111010 111000 11 101001 11111

Color Harmonies of #6F322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F322F

Black with #6F322F

Text Example


Text Example

White with #6F322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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