Html Css Color HEX #682A18 Pueblo

📋 copy color: '#682A18'

red 104 ◦ green 42 ◦ blue 24

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

Shades of Pueblo #682A18

Tints of Pueblo #682A18

RGB

 RED value IS 104 (41.02% from 255) = 61.18%

 GREEN value IS 42 (16.8% from 255) = 24.71%

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

R = 61.18%
G = 24.71%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#682A18 (or 0x682A18) is known color: Pueblo. HEX triplet: 68, 2A and 18. RGB value is (104,42,24). Sum of RGB (Red+Green+Blue) = 104+42+24=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #682A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A18 is #97D5E7. Grayscale: #3A3A3A. Windows color (decimal): -9950696 or 1583720. OLE color: 1583720.

HSL color Cylindrical-coordinate representation of color #682A18: hue angle of 13.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682A18 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 42 24 -
CMYK 0 0.60 0.77 0.59
HSL 13.5º 0.63% 0.25% -
HSV(B) 13.5º 0.77% 0.41% -
XYZ 6.7 4.66 1.41 -
YUV 58.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 104 42 24 0 0.60 0.77 0.59 13.5 0.63 0.25
Hex 68 2A 18 0 3C 4D 3B E 3E 19
Octal 150 52 30 0 74 115 73 16 76 31
Binary 1101000 101010 11000 0 111100 1001101 111011 1110 111110 11001

Color Harmonies of #682A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A18

Black with #682A18

Text Example


Text Example

White with #682A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682A18; }

 p { color: rgb(104,42,24); }

 H1.HeaderClassName
 {
   color: #682A18;
 }
 .AnyTagClassName
 {
   color: #682A18;
 }
</style>

background-color css

<style>
 a { background-color: #682A18; }

 a { background-color: rgb(104,42,24); }

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

border-color css

<style>
 span { border-color: #682A18; }

 span { border-color: rgb(104,42,24); }

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