Html Css Color HEX #68291D Pueblo

📋 copy color: '#68291D'

red 104 ◦ green 41 ◦ blue 29

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

Shades of Pueblo #68291D

Tints of Pueblo #68291D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

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

R = 59.77%
G = 23.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#68291D (or 0x68291D) is known color: Pueblo. HEX triplet: 68, 29 and 1D. RGB value is (104,41,29). Sum of RGB (Red+Green+Blue) = 104+41+29=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68291D is #97D6E2. Grayscale: #3A3A3A. Windows color (decimal): -9950947 or 1911144. OLE color: 1911144.

HSL color Cylindrical-coordinate representation of color #68291D: hue angle of 9.6º 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 #68291D is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 29 -
CMYK 0 0.61 0.72 0.59
HSL 9.6º 0.56% 0.26% -
HSV(B) 9.6º 0.72% 0.41% -
XYZ 6.72 4.62 1.7 -
YUV 58.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 104 41 29 0 0.61 0.72 0.59 9.6 0.56 0.26
Hex 68 29 1D 0 3D 48 3B A 38 1A
Octal 150 51 35 0 75 110 73 12 70 32
Binary 1101000 101001 11101 0 111101 1001000 111011 1010 111000 11010

Color Harmonies of #68291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68291D

Black with #68291D

Text Example


Text Example

White with #68291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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