Html Css Color HEX #682920 Pueblo

📋 copy color: '#682920'

red 104 ◦ green 41 ◦ blue 32

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

Shades of Pueblo #682920

Tints of Pueblo #682920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 58.76%
G = 23.16%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682920 (or 0x682920) is known color: Pueblo. HEX triplet: 68, 29 and 20. RGB value is (104,41,32). Sum of RGB (Red+Green+Blue) = 104+41+32=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682920 is #97D6DF. Grayscale: #3A3A3A. Windows color (decimal): -9950944 or 2107752. OLE color: 2107752.

HSL color Cylindrical-coordinate representation of color #682920: hue angle of 7.5º 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 #682920 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 32 -
CMYK 0 0.61 0.69 0.59
HSL 7.5º 0.53% 0.27% -
HSV(B) 7.5º 0.69% 0.41% -
XYZ 6.76 4.63 1.9 -
YUV 58.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 104 41 32 0 0.61 0.69 0.59 7.5 0.53 0.27
Hex 68 29 20 0 3D 45 3B 8 35 1B
Octal 150 51 40 0 75 105 73 10 65 33
Binary 1101000 101001 100000 0 111101 1000101 111011 1000 110101 11011

Color Harmonies of #682920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682920

Black with #682920

Text Example


Text Example

White with #682920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682920; }

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

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

background-color css

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

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

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

border-color css

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

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

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