Html Css Color HEX #68291E Pueblo

📋 copy color: '#68291E'

red 104 ◦ green 41 ◦ blue 30

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

Shades of Pueblo #68291E

Tints of Pueblo #68291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 59.43%
G = 23.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68291E (or 0x68291E) is known color: Pueblo. HEX triplet: 68, 29 and 1E. RGB value is (104,41,30). Sum of RGB (Red+Green+Blue) = 104+41+30=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68291E is #97D6E1. Grayscale: #3A3A3A. Windows color (decimal): -9950946 or 1976680. OLE color: 1976680.

HSL color Cylindrical-coordinate representation of color #68291E: hue angle of 8.92º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68291E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 30 -
CMYK 0 0.61 0.71 0.59
HSL 8.92º 0.55% 0.26% -
HSV(B) 8.92º 0.71% 0.41% -
XYZ 6.74 4.62 1.77 -
YUV 58.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 104 41 30 0 0.61 0.71 0.59 8.92 0.55 0.26
Hex 68 29 1E 0 3D 47 3B 9 37 1A
Octal 150 51 36 0 75 107 73 11 67 32
Binary 1101000 101001 11110 0 111101 1000111 111011 1001 110111 11010

Color Harmonies of #68291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68291E

Black with #68291E

Text Example


Text Example

White with #68291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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