Html Css Color HEX #695033 Dallas

📋 copy color: '#695033'

red 105 ◦ green 80 ◦ blue 51

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

Shades of Dallas #695033

Tints of Dallas #695033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 44.49%
G = 33.9%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#695033 (or 0x695033) is known color: Dallas. HEX triplet: 69, 50 and 33. RGB value is (105,80,51). Sum of RGB (Red+Green+Blue) = 105+80+51=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #695033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695033 is #96AFCC. Grayscale: #545454. Windows color (decimal): -9875405 or 3362921. OLE color: 3362921.

HSL color Cylindrical-coordinate representation of color #695033: hue angle of 32.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695033 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 51 -
CMYK 0 0.24 0.51 0.59
HSL 32.22º 0.35% 0.31% -
HSV(B) 32.22º 0.51% 0.41% -
XYZ 9.29 8.98 4.38 -
YUV 84.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 105 80 51 0 0.24 0.51 0.59 32.22 0.35 0.31
Hex 69 50 33 0 18 33 3B 20 23 1F
Octal 151 120 63 0 30 63 73 40 43 37
Binary 1101001 1010000 110011 0 11000 110011 111011 100000 100011 11111

Color Harmonies of #695033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695033

Black with #695033

Text Example


Text Example

White with #695033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695033; }

 p { color: rgb(105,80,51); }

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

background-color css

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

 a { background-color: rgb(105,80,51); }

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

border-color css

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

 span { border-color: rgb(105,80,51); }

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