Html Css Color HEX #682A16 Pueblo

📋 copy color: '#682A16'

red 104 ◦ green 42 ◦ blue 22

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

Shades of Pueblo #682A16

Tints of Pueblo #682A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 61.9%
G = 25%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682A16 (or 0x682A16) is known color: Pueblo. HEX triplet: 68, 2A and 16. RGB value is (104,42,22). Sum of RGB (Red+Green+Blue) = 104+42+22=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #682A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682A16 is #97D5E9. Grayscale: #3A3A3A. Windows color (decimal): -9950698 or 1452648. OLE color: 1452648.

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

Color convert

RGB 104 42 22 -
CMYK 0 0.60 0.79 0.59
HSL 14.63º 0.65% 0.25% -
HSV(B) 14.63º 0.79% 0.41% -
XYZ 6.68 4.66 1.31 -
YUV 58.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 104 42 22 0 0.60 0.79 0.59 14.63 0.65 0.25
Hex 68 2A 16 0 3C 4F 3B F 41 19
Octal 150 52 26 0 74 117 73 17 101 31
Binary 1101000 101010 10110 0 111100 1001111 111011 1111 1000001 11001

Color Harmonies of #682A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A16

Black with #682A16

Text Example


Text Example

White with #682A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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