Html Css Color HEX #682B18 Pueblo

📋 copy color: '#682B18'

red 104 ◦ green 43 ◦ blue 24

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

Shades of Pueblo #682B18

Tints of Pueblo #682B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 60.82%
G = 25.15%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#682B18 (or 0x682B18) is known color: Pueblo. HEX triplet: 68, 2B and 18. RGB value is (104,43,24). Sum of RGB (Red+Green+Blue) = 104+43+24=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682B18 is #97D4E7. Grayscale: #3B3B3B. Windows color (decimal): -9950440 or 1583976. OLE color: 1583976.

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

Color convert

RGB 104 43 24 -
CMYK 0 0.59 0.77 0.59
HSL 14.25º 0.63% 0.25% -
HSV(B) 14.25º 0.77% 0.41% -
XYZ 6.74 4.74 1.42 -
YUV 59.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 104 43 24 0 0.59 0.77 0.59 14.25 0.63 0.25
Hex 68 2B 18 0 3B 4D 3B E 3E 19
Octal 150 53 30 0 73 115 73 16 76 31
Binary 1101000 101011 11000 0 111011 1001101 111011 1110 111110 11001

Color Harmonies of #682B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B18

Black with #682B18

Text Example


Text Example

White with #682B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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