Html Css Color HEX #6B3630 Kenyan Copper

📋 copy color: '#6B3630'

red 107 ◦ green 54 ◦ blue 48

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

Shades of Kenyan Copper #6B3630

Tints of Kenyan Copper #6B3630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 51.2%
G = 25.84%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B3630 (or 0x6B3630) is known color: Kenyan Copper. HEX triplet: 6B, 36 and 30. RGB value is (107,54,48). Sum of RGB (Red+Green+Blue) = 107+54+48=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3630 is #94C9CF. Grayscale: #454545. Windows color (decimal): -9750992 or 3159659. OLE color: 3159659.

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

Color convert

RGB 107 54 48 -
CMYK 0 0.50 0.55 0.58
HSL 6.1º 0.38% 0.3% -
HSV(B) 6.1º 0.55% 0.42% -
XYZ 7.92 5.98 3.53 -
YUV 69.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 107 54 48 0 0.50 0.55 0.58 6.1 0.38 0.3
Hex 6B 36 30 0 32 37 3A 6 26 1E
Octal 153 66 60 0 62 67 72 6 46 36
Binary 1101011 110110 110000 0 110010 110111 111010 110 100110 11110

Color Harmonies of #6B3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3630

Black with #6B3630

Text Example


Text Example

White with #6B3630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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