Html Css Color HEX #6C2813 Pueblo

📋 copy color: '#6C2813'

red 108 ◦ green 40 ◦ blue 19

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

Shades of Pueblo #6C2813

Tints of Pueblo #6C2813

RGB

 RED value IS 108 (42.58% from 255) = 64.67%

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

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 64.67%
G = 23.95%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C2813 (or 0x6C2813) is known color: Pueblo. HEX triplet: 6C, 28 and 13. RGB value is (108,40,19). Sum of RGB (Red+Green+Blue) = 108+40+19=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2813 is #93D7EC. Grayscale: #3A3A3A. Windows color (decimal): -9689069 or 1255532. OLE color: 1255532.

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

Color convert

RGB 108 40 19 -
CMYK 0 0.63 0.82 0.58
HSL 14.16º 0.7% 0.25% -
HSV(B) 14.16º 0.82% 0.42% -
XYZ 7.06 4.75 1.16 -
YUV 57.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 108 40 19 0 0.63 0.82 0.58 14.16 0.7 0.25
Hex 6C 28 13 0 3F 52 3A E 46 19
Octal 154 50 23 0 77 122 72 16 106 31
Binary 1101100 101000 10011 0 111111 1010010 111010 1110 1000110 11001

Color Harmonies of #6C2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2813

Black with #6C2813

Text Example


Text Example

White with #6C2813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,40,19); }

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

background-color css

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

 a { background-color: rgb(108,40,19); }

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

border-color css

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

 span { border-color: rgb(108,40,19); }

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