Html Css Color HEX #6B312B Kenyan Copper

📋 copy color: '#6B312B'

red 107 ◦ green 49 ◦ blue 43

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

Shades of Kenyan Copper #6B312B

Tints of Kenyan Copper #6B312B

RGB

 RED value IS 107 (42.19% from 255) = 53.77%

 GREEN value IS 49 (19.53% from 255) = 24.62%

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

R = 53.77%
G = 24.62%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B312B (or 0x6B312B) is known color: Kenyan Copper. HEX triplet: 6B, 31 and 2B. RGB value is (107,49,43). Sum of RGB (Red+Green+Blue) = 107+49+43=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B312B is #94CED4. Grayscale: #414141. Windows color (decimal): -9752277 or 2830699. OLE color: 2830699.

HSL color Cylindrical-coordinate representation of color #6B312B: hue angle of 5.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B312B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 49 43 -
CMYK 0 0.54 0.60 0.58
HSL 5.63º 0.43% 0.29% -
HSV(B) 5.63º 0.6% 0.42% -
XYZ 7.6 5.5 2.95 -
YUV 65.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 107 49 43 0 0.54 0.60 0.58 5.63 0.43 0.29
Hex 6B 31 2B 0 36 3C 3A 6 2B 1D
Octal 153 61 53 0 66 74 72 6 53 35
Binary 1101011 110001 101011 0 110110 111100 111010 110 101011 11101

Color Harmonies of #6B312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B312B

Black with #6B312B

Text Example


Text Example

White with #6B312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,49,43); }

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

background-color css

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

 a { background-color: rgb(107,49,43); }

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

border-color css

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

 span { border-color: rgb(107,49,43); }

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