Html Css Color HEX #683120 Pueblo

📋 copy color: '#683120'

red 104 ◦ green 49 ◦ blue 32

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

Shades of Pueblo #683120

Tints of Pueblo #683120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 56.22%
G = 26.49%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#683120 (or 0x683120) is known color: Pueblo. HEX triplet: 68, 31 and 20. RGB value is (104,49,32). Sum of RGB (Red+Green+Blue) = 104+49+32=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #683120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683120 is #97CEDF. Grayscale: #3F3F3F. Windows color (decimal): -9948896 or 2109800. OLE color: 2109800.

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

Color convert

RGB 104 49 32 -
CMYK 0 0.53 0.69 0.59
HSL 14.17º 0.53% 0.27% -
HSV(B) 14.17º 0.69% 0.41% -
XYZ 7.07 5.24 2.01 -
YUV 63.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 104 49 32 0 0.53 0.69 0.59 14.17 0.53 0.27
Hex 68 31 20 0 35 45 3B E 35 1B
Octal 150 61 40 0 65 105 73 16 65 33
Binary 1101000 110001 100000 0 110101 1000101 111011 1110 110101 11011

Color Harmonies of #683120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683120

Black with #683120

Text Example


Text Example

White with #683120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683120; }

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

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

background-color css

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

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

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

border-color css

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

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

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