Html Css Color HEX #682D1A Pueblo

📋 copy color: '#682D1A'

red 104 ◦ green 45 ◦ blue 26

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

Shades of Pueblo #682D1A

Tints of Pueblo #682D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.71%

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 59.43%
G = 25.71%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#682D1A (or 0x682D1A) is known color: Pueblo. HEX triplet: 68, 2D and 1A. RGB value is (104,45,26). Sum of RGB (Red+Green+Blue) = 104+45+26=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #682D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D1A is #97D2E5. Grayscale: #3C3C3C. Windows color (decimal): -9949926 or 1715560. OLE color: 1715560.

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

Color convert

RGB 104 45 26 -
CMYK 0 0.57 0.75 0.59
HSL 14.62º 0.6% 0.25% -
HSV(B) 14.62º 0.75% 0.41% -
XYZ 6.83 4.89 1.56 -
YUV 60.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 104 45 26 0 0.57 0.75 0.59 14.62 0.6 0.25
Hex 68 2D 1A 0 39 4B 3B F 3C 19
Octal 150 55 32 0 71 113 73 17 74 31
Binary 1101000 101101 11010 0 111001 1001011 111011 1111 111100 11001

Color Harmonies of #682D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682D1A

Black with #682D1A

Text Example


Text Example

White with #682D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,26); }

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

background-color css

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

 a { background-color: rgb(104,45,26); }

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

border-color css

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

 span { border-color: rgb(104,45,26); }

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