Html Css Color HEX #6B322F Kenyan Copper

📋 copy color: '#6B322F'

red 107 ◦ green 50 ◦ blue 47

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

Shades of Kenyan Copper #6B322F

Tints of Kenyan Copper #6B322F

RGB

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

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

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

R = 52.45%
G = 24.51%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6B322F (or 0x6B322F) is known color: Kenyan Copper. HEX triplet: 6B, 32 and 2F. RGB value is (107,50,47). Sum of RGB (Red+Green+Blue) = 107+50+47=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B322F is #94CDD0. Grayscale: #424242. Windows color (decimal): -9752017 or 3093099. OLE color: 3093099.

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

Color convert

RGB 107 50 47 -
CMYK 0 0.53 0.56 0.58
HSL 0.39% 0.3% -
HSV(B) 0.56% 0.42% -
XYZ 7.72 5.61 3.37 -
YUV 66.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 107 50 47 0 0.53 0.56 0.58 3 0.39 0.3
Hex 6B 32 2F 0 35 38 3A 3 27 1E
Octal 153 62 57 0 65 70 72 3 47 36
Binary 1101011 110010 101111 0 110101 111000 111010 11 100111 11110

Color Harmonies of #6B322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B322F

Black with #6B322F

Text Example


Text Example

White with #6B322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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