Html Css Color HEX #683223 Pueblo

📋 copy color: '#683223'

red 104 ◦ green 50 ◦ blue 35

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

Shades of Pueblo #683223

Tints of Pueblo #683223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 55.03%
G = 26.46%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#683223 (or 0x683223) is known color: Pueblo. HEX triplet: 68, 32 and 23. RGB value is (104,50,35). Sum of RGB (Red+Green+Blue) = 104+50+35=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #683223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683223 is #97CDDC. Grayscale: #404040. Windows color (decimal): -9948637 or 2306664. OLE color: 2306664.

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

Color convert

RGB 104 50 35 -
CMYK 0 0.52 0.66 0.59
HSL 13.04º 0.5% 0.27% -
HSV(B) 13.04º 0.66% 0.41% -
XYZ 7.15 5.35 2.24 -
YUV 64.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 104 50 35 0 0.52 0.66 0.59 13.04 0.5 0.27
Hex 68 32 23 0 34 42 3B D 32 1B
Octal 150 62 43 0 64 102 73 15 62 33
Binary 1101000 110010 100011 0 110100 1000010 111011 1101 110010 11011

Color Harmonies of #683223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683223

Black with #683223

Text Example


Text Example

White with #683223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683223; }

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

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

background-color css

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

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

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

border-color css

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

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

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