Html Css Color HEX #682C1D Pueblo

📋 copy color: '#682C1D'

red 104 ◦ green 44 ◦ blue 29

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

Shades of Pueblo #682C1D

Tints of Pueblo #682C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 58.76%
G = 24.86%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#682C1D (or 0x682C1D) is known color: Pueblo. HEX triplet: 68, 2C and 1D. RGB value is (104,44,29). Sum of RGB (Red+Green+Blue) = 104+44+29=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C1D is #97D3E2. Grayscale: #3C3C3C. Windows color (decimal): -9950179 or 1911912. OLE color: 1911912.

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

Color convert

RGB 104 44 29 -
CMYK 0 0.58 0.72 0.59
HSL 12º 0.56% 0.26% -
HSV(B) 12º 0.72% 0.41% -
XYZ 6.83 4.83 1.74 -
YUV 60.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 104 44 29 0 0.58 0.72 0.59 12 0.56 0.26
Hex 68 2C 1D 0 3A 48 3B C 38 1A
Octal 150 54 35 0 72 110 73 14 70 32
Binary 1101000 101100 11101 0 111010 1001000 111011 1100 111000 11010

Color Harmonies of #682C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C1D

Black with #682C1D

Text Example


Text Example

White with #682C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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