Html Css Color HEX #6B332D Kenyan Copper

📋 copy color: '#6B332D'

red 107 ◦ green 51 ◦ blue 45

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

Shades of Kenyan Copper #6B332D

Tints of Kenyan Copper #6B332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 52.71%
G = 25.12%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B332D (or 0x6B332D) is known color: Kenyan Copper. HEX triplet: 6B, 33 and 2D. RGB value is (107,51,45). Sum of RGB (Red+Green+Blue) = 107+51+45=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B332D is #94CCD2. Grayscale: #434343. Windows color (decimal): -9751763 or 2962283. OLE color: 2962283.

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

Color convert

RGB 107 51 45 -
CMYK 0 0.52 0.58 0.58
HSL 5.81º 0.41% 0.3% -
HSV(B) 5.81º 0.58% 0.42% -
XYZ 7.72 5.68 3.17 -
YUV 67.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 107 51 45 0 0.52 0.58 0.58 5.81 0.41 0.3
Hex 6B 33 2D 0 34 3A 3A 6 29 1E
Octal 153 63 55 0 64 72 72 6 51 36
Binary 1101011 110011 101101 0 110100 111010 111010 110 101001 11110

Color Harmonies of #6B332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B332D

Black with #6B332D

Text Example


Text Example

White with #6B332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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