Html Css Color HEX #695036 Dallas

📋 copy color: '#695036'

red 105 ◦ green 80 ◦ blue 54

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

Shades of Dallas #695036

Tints of Dallas #695036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 43.93%
G = 33.47%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#695036 (or 0x695036) is known color: Dallas. HEX triplet: 69, 50 and 36. RGB value is (105,80,54). Sum of RGB (Red+Green+Blue) = 105+80+54=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #695036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695036 is #96AFC9. Grayscale: #545454. Windows color (decimal): -9875402 or 3559529. OLE color: 3559529.

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

Color convert

RGB 105 80 54 -
CMYK 0 0.24 0.49 0.59
HSL 30.59º 0.32% 0.31% -
HSV(B) 30.59º 0.49% 0.41% -
XYZ 9.36 9.01 4.74 -
YUV 84.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 105 80 54 0 0.24 0.49 0.59 30.59 0.32 0.31
Hex 69 50 36 0 18 31 3B 1F 20 1F
Octal 151 120 66 0 30 61 73 37 40 37
Binary 1101001 1010000 110110 0 11000 110001 111011 11111 100000 11111

Color Harmonies of #695036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695036

Black with #695036

Text Example


Text Example

White with #695036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695036; }

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

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

background-color css

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

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

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

border-color css

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

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

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