Html Css Color HEX #6B302A Kenyan Copper

📋 copy color: '#6B302A'

red 107 ◦ green 48 ◦ blue 42

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

Shades of Kenyan Copper #6B302A

Tints of Kenyan Copper #6B302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 54.31%
G = 24.37%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B302A (or 0x6B302A) is known color: Kenyan Copper. HEX triplet: 6B, 30 and 2A. RGB value is (107,48,42). Sum of RGB (Red+Green+Blue) = 107+48+42=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B302A is #94CFD5. Grayscale: #414141. Windows color (decimal): -9752534 or 2764907. OLE color: 2764907.

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

Color convert

RGB 107 48 42 -
CMYK 0 0.55 0.61 0.58
HSL 5.54º 0.44% 0.29% -
HSV(B) 5.54º 0.61% 0.42% -
XYZ 7.54 5.41 2.84 -
YUV 64.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 107 48 42 0 0.55 0.61 0.58 5.54 0.44 0.29
Hex 6B 30 2A 0 37 3D 3A 6 2C 1D
Octal 153 60 52 0 67 75 72 6 54 35
Binary 1101011 110000 101010 0 110111 111101 111010 110 101100 11101

Color Harmonies of #6B302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B302A

Black with #6B302A

Text Example


Text Example

White with #6B302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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