Html Css Color HEX #6C3019 Pueblo

📋 copy color: '#6C3019'

red 108 ◦ green 48 ◦ blue 25

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

Shades of Pueblo #6C3019

Tints of Pueblo #6C3019

RGB

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

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

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

R = 59.67%
G = 26.52%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6C3019 (or 0x6C3019) is known color: Pueblo. HEX triplet: 6C, 30 and 19. RGB value is (108,48,25). Sum of RGB (Red+Green+Blue) = 108+48+25=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3019 is #93CFE6. Grayscale: #3F3F3F. Windows color (decimal): -9687015 or 1650796. OLE color: 1650796.

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

Color convert

RGB 108 48 25 -
CMYK 0 0.56 0.77 0.58
HSL 16.63º 0.62% 0.26% -
HSV(B) 16.63º 0.77% 0.42% -
XYZ 7.42 5.37 1.57 -
YUV 63.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 108 48 25 0 0.56 0.77 0.58 16.63 0.62 0.26
Hex 6C 30 19 0 38 4D 3A 11 3E 1A
Octal 154 60 31 0 70 115 72 21 76 32
Binary 1101100 110000 11001 0 111000 1001101 111010 10001 111110 11010

Color Harmonies of #6C3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3019

Black with #6C3019

Text Example


Text Example

White with #6C3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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