Html Css Color HEX #683226 Pueblo

📋 copy color: '#683226'

red 104 ◦ green 50 ◦ blue 38

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

Shades of Pueblo #683226

Tints of Pueblo #683226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.79%

R = 54.17%
G = 26.04%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#683226 (or 0x683226) is known color: Pueblo. HEX triplet: 68, 32 and 26. RGB value is (104,50,38). Sum of RGB (Red+Green+Blue) = 104+50+38=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #683226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683226 is #97CDD9. Grayscale: #404040. Windows color (decimal): -9948634 or 2503272. OLE color: 2503272.

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

Color convert

RGB 104 50 38 -
CMYK 0 0.52 0.63 0.59
HSL 10.91º 0.46% 0.28% -
HSV(B) 10.91º 0.63% 0.41% -
XYZ 7.2 5.36 2.49 -
YUV 64.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 104 50 38 0 0.52 0.63 0.59 10.91 0.46 0.28
Hex 68 32 26 0 34 3F 3B B 2E 1C
Octal 150 62 46 0 64 77 73 13 56 34
Binary 1101000 110010 100110 0 110100 111111 111011 1011 101110 11100

Color Harmonies of #683226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683226

Black with #683226

Text Example


Text Example

White with #683226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683226; }

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

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

background-color css

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

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

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

border-color css

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

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

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