Html Css Color HEX #693223 Pueblo

📋 copy color: '#693223'

red 105 ◦ green 50 ◦ blue 35

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

Shades of Pueblo #693223

Tints of Pueblo #693223

RGB

 RED value IS 105 (41.41% from 255) = 55.26%

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

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

R = 55.26%
G = 26.32%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#693223 (or 0x693223) is known color: Pueblo. HEX triplet: 69, 32 and 23. RGB value is (105,50,35). Sum of RGB (Red+Green+Blue) = 105+50+35=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #693223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693223 is #96CDDC. Grayscale: #404040. Windows color (decimal): -9883101 or 2306665. OLE color: 2306665.

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

Color convert

RGB 105 50 35 -
CMYK 0 0.52 0.67 0.59
HSL 12.86º 0.5% 0.27% -
HSV(B) 12.86º 0.67% 0.41% -
XYZ 7.27 5.41 2.25 -
YUV 64.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 105 50 35 0 0.52 0.67 0.59 12.86 0.5 0.27
Hex 69 32 23 0 34 43 3B D 32 1B
Octal 151 62 43 0 64 103 73 15 62 33
Binary 1101001 110010 100011 0 110100 1000011 111011 1101 110010 11011

Color Harmonies of #693223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693223

Black with #693223

Text Example


Text Example

White with #693223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693223; }

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

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

background-color css

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

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

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

border-color css

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

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

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