Html Css Color HEX #6F342E Kenyan Copper

📋 copy color: '#6F342E'

red 111 ◦ green 52 ◦ blue 46

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

Shades of Kenyan Copper #6F342E

Tints of Kenyan Copper #6F342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 53.11%
G = 24.88%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F342E (or 0x6F342E) is known color: Kenyan Copper. HEX triplet: 6F, 34 and 2E. RGB value is (111,52,46). Sum of RGB (Red+Green+Blue) = 111+52+46=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F342E is #90CBD1. Grayscale: #454545. Windows color (decimal): -9489362 or 3028079. OLE color: 3028079.

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

Color convert

RGB 111 52 46 -
CMYK 0 0.53 0.59 0.56
HSL 5.54º 0.41% 0.31% -
HSV(B) 5.54º 0.59% 0.44% -
XYZ 8.28 6.03 3.31 -
YUV 68.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 111 52 46 0 0.53 0.59 0.56 5.54 0.41 0.31
Hex 6F 34 2E 0 35 3B 38 6 29 1F
Octal 157 64 56 0 65 73 70 6 51 37
Binary 1101111 110100 101110 0 110101 111011 111000 110 101001 11111

Color Harmonies of #6F342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F342E

Black with #6F342E

Text Example


Text Example

White with #6F342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,46); }

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

background-color css

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

 a { background-color: rgb(111,52,46); }

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

border-color css

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

 span { border-color: rgb(111,52,46); }

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