Html Css Color HEX #6F322B Kenyan Copper

📋 copy color: '#6F322B'

red 111 ◦ green 50 ◦ blue 43

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

Shades of Kenyan Copper #6F322B

Tints of Kenyan Copper #6F322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 54.41%
G = 24.51%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F322B (or 0x6F322B) is known color: Kenyan Copper. HEX triplet: 6F, 32 and 2B. RGB value is (111,50,43). Sum of RGB (Red+Green+Blue) = 111+50+43=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F322B is #90CDD4. Grayscale: #434343. Windows color (decimal): -9489877 or 2830959. OLE color: 2830959.

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

Color convert

RGB 111 50 43 -
CMYK 0 0.55 0.61 0.56
HSL 6.18º 0.44% 0.3% -
HSV(B) 6.18º 0.61% 0.44% -
XYZ 8.13 5.84 2.98 -
YUV 67.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 111 50 43 0 0.55 0.61 0.56 6.18 0.44 0.3
Hex 6F 32 2B 0 37 3D 38 6 2C 1E
Octal 157 62 53 0 67 75 70 6 54 36
Binary 1101111 110010 101011 0 110111 111101 111000 110 101100 11110

Color Harmonies of #6F322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F322B

Black with #6F322B

Text Example


Text Example

White with #6F322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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