Html Css Color HEX #6B352F Kenyan Copper

📋 copy color: '#6B352F'

red 107 ◦ green 53 ◦ blue 47

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

Shades of Kenyan Copper #6B352F

Tints of Kenyan Copper #6B352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 51.69%
G = 25.6%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6B352F (or 0x6B352F) is known color: Kenyan Copper. HEX triplet: 6B, 35 and 2F. RGB value is (107,53,47). Sum of RGB (Red+Green+Blue) = 107+53+47=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B352F is #94CAD0. Grayscale: #444444. Windows color (decimal): -9751249 or 3093867. OLE color: 3093867.

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

Color convert

RGB 107 53 47 -
CMYK 0 0.50 0.56 0.58
HSL 0.39% 0.3% -
HSV(B) 0.56% 0.42% -
XYZ 7.85 5.88 3.41 -
YUV 68.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 107 53 47 0 0.50 0.56 0.58 6 0.39 0.3
Hex 6B 35 2F 0 32 38 3A 6 27 1E
Octal 153 65 57 0 62 70 72 6 47 36
Binary 1101011 110101 101111 0 110010 111000 111010 110 100111 11110

Color Harmonies of #6B352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B352F

Black with #6B352F

Text Example


Text Example

White with #6B352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,47); }

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

background-color css

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

 a { background-color: rgb(107,53,47); }

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

border-color css

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

 span { border-color: rgb(107,53,47); }

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