Html Css Color HEX #6F3631 Kenyan Copper

📋 copy color: '#6F3631'

red 111 ◦ green 54 ◦ blue 49

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

Shades of Kenyan Copper #6F3631

Tints of Kenyan Copper #6F3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 51.87%
G = 25.23%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F3631 (or 0x6F3631) is known color: Kenyan Copper. HEX triplet: 6F, 36 and 31. RGB value is (111,54,49). Sum of RGB (Red+Green+Blue) = 111+54+49=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3631 is #90C9CE. Grayscale: #464646. Windows color (decimal): -9488847 or 3225199. OLE color: 3225199.

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

Color convert

RGB 111 54 49 -
CMYK 0 0.51 0.56 0.56
HSL 4.84º 0.39% 0.31% -
HSV(B) 4.84º 0.56% 0.44% -
XYZ 8.43 6.24 3.67 -
YUV 70.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 111 54 49 0 0.51 0.56 0.56 4.84 0.39 0.31
Hex 6F 36 31 0 33 38 38 5 27 1F
Octal 157 66 61 0 63 70 70 5 47 37
Binary 1101111 110110 110001 0 110011 111000 111000 101 100111 11111

Color Harmonies of #6F3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3631

Black with #6F3631

Text Example


Text Example

White with #6F3631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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