Html Css Color HEX #682B20 Pueblo

📋 copy color: '#682B20'

red 104 ◦ green 43 ◦ blue 32

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

Shades of Pueblo #682B20

Tints of Pueblo #682B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.02%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 58.1%
G = 24.02%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682B20 (or 0x682B20) is known color: Pueblo. HEX triplet: 68, 2B and 20. RGB value is (104,43,32). Sum of RGB (Red+Green+Blue) = 104+43+32=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #682B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B20 is #97D4DF. Grayscale: #3C3C3C. Windows color (decimal): -9950432 or 2108264. OLE color: 2108264.

HSL color Cylindrical-coordinate representation of color #682B20: hue angle of 9.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682B20 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 43 32 -
CMYK 0 0.59 0.69 0.59
HSL 9.17º 0.53% 0.27% -
HSV(B) 9.17º 0.69% 0.41% -
XYZ 6.83 4.78 1.93 -
YUV 59.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 104 43 32 0 0.59 0.69 0.59 9.17 0.53 0.27
Hex 68 2B 20 0 3B 45 3B 9 35 1B
Octal 150 53 40 0 73 105 73 11 65 33
Binary 1101000 101011 100000 0 111011 1000101 111011 1001 110101 11011

Color Harmonies of #682B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B20

Black with #682B20

Text Example


Text Example

White with #682B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,32); }

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

background-color css

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

 a { background-color: rgb(104,43,32); }

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

border-color css

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

 span { border-color: rgb(104,43,32); }

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