Html Css Color HEX #6B2818 Pueblo

📋 copy color: '#6B2818'

red 107 ◦ green 40 ◦ blue 24

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

Shades of Pueblo #6B2818

Tints of Pueblo #6B2818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 62.57%
G = 23.39%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B2818 (or 0x6B2818) is known color: Pueblo. HEX triplet: 6B, 28 and 18. RGB value is (107,40,24). Sum of RGB (Red+Green+Blue) = 107+40+24=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2818 is #94D7E7. Grayscale: #3A3A3A. Windows color (decimal): -9754600 or 1583211. OLE color: 1583211.

HSL color Cylindrical-coordinate representation of color #6B2818: hue angle of 11.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B2818 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 40 24 -
CMYK 0 0.63 0.78 0.58
HSL 11.57º 0.63% 0.26% -
HSV(B) 11.57º 0.78% 0.42% -
XYZ 6.99 4.71 1.4 -
YUV 58.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 107 40 24 0 0.63 0.78 0.58 11.57 0.63 0.26
Hex 6B 28 18 0 3F 4E 3A C 3F 1A
Octal 153 50 30 0 77 116 72 14 77 32
Binary 1101011 101000 11000 0 111111 1001110 111010 1100 111111 11010

Color Harmonies of #6B2818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2818

Black with #6B2818

Text Example


Text Example

White with #6B2818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,24); }

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

background-color css

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

 a { background-color: rgb(107,40,24); }

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

border-color css

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

 span { border-color: rgb(107,40,24); }

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