Html Css Color HEX #6B312D Kenyan Copper

📋 copy color: '#6B312D'

red 107 ◦ green 49 ◦ blue 45

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

Shades of Kenyan Copper #6B312D

Tints of Kenyan Copper #6B312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.39%

R = 53.23%
G = 24.38%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B312D (or 0x6B312D) is known color: Kenyan Copper. HEX triplet: 6B, 31 and 2D. RGB value is (107,49,45). Sum of RGB (Red+Green+Blue) = 107+49+45=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B312D is #94CED2. Grayscale: #414141. Windows color (decimal): -9752275 or 2961771. OLE color: 2961771.

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

Color convert

RGB 107 49 45 -
CMYK 0 0.54 0.58 0.58
HSL 3.87º 0.41% 0.3% -
HSV(B) 3.87º 0.58% 0.42% -
XYZ 7.64 5.51 3.14 -
YUV 65.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 107 49 45 0 0.54 0.58 0.58 3.87 0.41 0.3
Hex 6B 31 2D 0 36 3A 3A 4 29 1E
Octal 153 61 55 0 66 72 72 4 51 36
Binary 1101011 110001 101101 0 110110 111010 111010 100 101001 11110

Color Harmonies of #6B312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B312D

Black with #6B312D

Text Example


Text Example

White with #6B312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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