Html Css Color HEX #6B3431 Kenyan Copper

📋 copy color: '#6B3431'

red 107 ◦ green 52 ◦ blue 49

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

Shades of Kenyan Copper #6B3431

Tints of Kenyan Copper #6B3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 51.44%
G = 25%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6B3431 (or 0x6B3431) is known color: Kenyan Copper. HEX triplet: 6B, 34 and 31. RGB value is (107,52,49). Sum of RGB (Red+Green+Blue) = 107+52+49=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3431 is #94CBCE. Grayscale: #444444. Windows color (decimal): -9751503 or 3224683. OLE color: 3224683.

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

Color convert

RGB 107 52 49 -
CMYK 0 0.51 0.54 0.58
HSL 3.1º 0.37% 0.31% -
HSV(B) 3.1º 0.54% 0.42% -
XYZ 7.85 5.8 3.61 -
YUV 68.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 107 52 49 0 0.51 0.54 0.58 3.1 0.37 0.31
Hex 6B 34 31 0 33 36 3A 3 25 1F
Octal 153 64 61 0 63 66 72 3 45 37
Binary 1101011 110100 110001 0 110011 110110 111010 11 100101 11111

Color Harmonies of #6B3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3431

Black with #6B3431

Text Example


Text Example

White with #6B3431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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