Html Css Color HEX #683229 Pueblo

📋 copy color: '#683229'

red 104 ◦ green 50 ◦ blue 41

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

Shades of Pueblo #683229

Tints of Pueblo #683229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 53.33%
G = 25.64%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#683229 (or 0x683229) is known color: Pueblo. HEX triplet: 68, 32 and 29. RGB value is (104,50,41). Sum of RGB (Red+Green+Blue) = 104+50+41=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683229 is #97CDD6. Grayscale: #414141. Windows color (decimal): -9948631 or 2699880. OLE color: 2699880.

HSL color Cylindrical-coordinate representation of color #683229: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683229 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 41 -
CMYK 0 0.52 0.61 0.59
HSL 8.57º 0.43% 0.28% -
HSV(B) 8.57º 0.61% 0.41% -
XYZ 7.25 5.38 2.76 -
YUV 65.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 104 50 41 0 0.52 0.61 0.59 8.57 0.43 0.28
Hex 68 32 29 0 34 3D 3B 9 2B 1C
Octal 150 62 51 0 64 75 73 11 53 34
Binary 1101000 110010 101001 0 110100 111101 111011 1001 101011 11100

Color Harmonies of #683229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683229

Black with #683229

Text Example


Text Example

White with #683229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683229; }

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

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

background-color css

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

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

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

border-color css

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

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

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