Html Css Color HEX #6B2E2A Kenyan Copper

📋 copy color: '#6B2E2A'

red 107 ◦ green 46 ◦ blue 42

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

Shades of Kenyan Copper #6B2E2A

Tints of Kenyan Copper #6B2E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 54.87%
G = 23.59%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B2E2A (or 0x6B2E2A) is known color: Kenyan Copper. HEX triplet: 6B, 2E and 2A. RGB value is (107,46,42). Sum of RGB (Red+Green+Blue) = 107+46+42=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2E2A is #94D1D5. Grayscale: #3F3F3F. Windows color (decimal): -9753046 or 2764395. OLE color: 2764395.

HSL color Cylindrical-coordinate representation of color #6B2E2A: hue angle of 3.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2E2A is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 46 42 -
CMYK 0 0.57 0.61 0.58
HSL 3.69º 0.44% 0.29% -
HSV(B) 3.69º 0.61% 0.42% -
XYZ 7.46 5.25 2.81 -
YUV 63.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 107 46 42 0 0.57 0.61 0.58 3.69 0.44 0.29
Hex 6B 2E 2A 0 39 3D 3A 4 2C 1D
Octal 153 56 52 0 71 75 72 4 54 35
Binary 1101011 101110 101010 0 111001 111101 111010 100 101100 11101

Color Harmonies of #6B2E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2E2A

Black with #6B2E2A

Text Example


Text Example

White with #6B2E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,46,42); }

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

background-color css

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

 a { background-color: rgb(107,46,42); }

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

border-color css

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

 span { border-color: rgb(107,46,42); }

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