Html Css Color HEX #6C2819 Pueblo

📋 copy color: '#6C2819'

red 108 ◦ green 40 ◦ blue 25

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

Shades of Pueblo #6C2819

Tints of Pueblo #6C2819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 62.43%
G = 23.12%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6C2819 (or 0x6C2819) is known color: Pueblo. HEX triplet: 6C, 28 and 19. RGB value is (108,40,25). Sum of RGB (Red+Green+Blue) = 108+40+25=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2819 is #93D7E6. Grayscale: #3A3A3A. Windows color (decimal): -9689063 or 1648748. OLE color: 1648748.

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

Color convert

RGB 108 40 25 -
CMYK 0 0.63 0.77 0.58
HSL 10.84º 0.62% 0.26% -
HSV(B) 10.84º 0.77% 0.42% -
XYZ 7.12 4.78 1.47 -
YUV 58.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 108 40 25 0 0.63 0.77 0.58 10.84 0.62 0.26
Hex 6C 28 19 0 3F 4D 3A B 3E 1A
Octal 154 50 31 0 77 115 72 13 76 32
Binary 1101100 101000 11001 0 111111 1001101 111010 1011 111110 11010

Color Harmonies of #6C2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2819

Black with #6C2819

Text Example


Text Example

White with #6C2819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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