Html Css Color HEX #6F3331 Kenyan Copper

📋 copy color: '#6F3331'

red 111 ◦ green 51 ◦ blue 49

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

Shades of Kenyan Copper #6F3331

Tints of Kenyan Copper #6F3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 52.61%
G = 24.17%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F3331 (or 0x6F3331) is known color: Kenyan Copper. HEX triplet: 6F, 33 and 31. RGB value is (111,51,49). Sum of RGB (Red+Green+Blue) = 111+51+49=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3331 is #90CCCE. Grayscale: #444444. Windows color (decimal): -9489615 or 3224431. OLE color: 3224431.

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

Color convert

RGB 111 51 49 -
CMYK 0 0.54 0.56 0.56
HSL 1.94º 0.39% 0.31% -
HSV(B) 1.94º 0.56% 0.44% -
XYZ 8.29 5.97 3.62 -
YUV 68.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 111 51 49 0 0.54 0.56 0.56 1.94 0.39 0.31
Hex 6F 33 31 0 36 38 38 2 27 1F
Octal 157 63 61 0 66 70 70 2 47 37
Binary 1101111 110011 110001 0 110110 111000 111000 10 100111 11111

Color Harmonies of #6F3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3331

Black with #6F3331

Text Example


Text Example

White with #6F3331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,49); }

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

background-color css

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

 a { background-color: rgb(111,51,49); }

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

border-color css

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

 span { border-color: rgb(111,51,49); }

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