Html Css Color HEX #682C21 Pueblo

📋 copy color: '#682C21'

red 104 ◦ green 44 ◦ blue 33

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

Shades of Pueblo #682C21

Tints of Pueblo #682C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.31%

 BLUE value IS 33 (13.28% from 255) = 18.23%

R = 57.46%
G = 24.31%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#682C21 (or 0x682C21) is known color: Pueblo. HEX triplet: 68, 2C and 21. RGB value is (104,44,33). Sum of RGB (Red+Green+Blue) = 104+44+33=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #682C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C21 is #97D3DE. Grayscale: #3C3C3C. Windows color (decimal): -9950175 or 2174056. OLE color: 2174056.

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

Color convert

RGB 104 44 33 -
CMYK 0 0.58 0.68 0.59
HSL 9.3º 0.52% 0.27% -
HSV(B) 9.3º 0.68% 0.41% -
XYZ 6.88 4.85 2.01 -
YUV 60.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 104 44 33 0 0.58 0.68 0.59 9.3 0.52 0.27
Hex 68 2C 21 0 3A 44 3B 9 34 1B
Octal 150 54 41 0 72 104 73 11 64 33
Binary 1101000 101100 100001 0 111010 1000100 111011 1001 110100 11011

Color Harmonies of #682C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C21

Black with #682C21

Text Example


Text Example

White with #682C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,33); }

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

background-color css

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

 a { background-color: rgb(104,44,33); }

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

border-color css

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

 span { border-color: rgb(104,44,33); }

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