Html Css Color HEX #695852 Dorado

📋 copy color: '#695852'

red 105 ◦ green 88 ◦ blue 82

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

Shades of Dorado #695852

Tints of Dorado #695852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 38.18%
G = 32%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#695852 (or 0x695852) is known color: Dorado. HEX triplet: 69, 58 and 52. RGB value is (105,88,82). Sum of RGB (Red+Green+Blue) = 105+88+82=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #695852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695852 is #96A7AD. Grayscale: #5C5C5C. Windows color (decimal): -9873326 or 5396585. OLE color: 5396585.

HSL color Cylindrical-coordinate representation of color #695852: hue angle of 15.65º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695852 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 82 -
CMYK 0 0.16 0.22 0.59
HSL 15.65º 0.12% 0.37% -
HSV(B) 15.65º 0.22% 0.41% -
XYZ 10.84 10.59 9.46 -
YUV 92.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 105 88 82 0 0.16 0.22 0.59 15.65 0.12 0.37
Hex 69 58 52 0 10 16 3B 10 C 25
Octal 151 130 122 0 20 26 73 20 14 45
Binary 1101001 1011000 1010010 0 10000 10110 111011 10000 1100 100101

Color Harmonies of #695852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695852

Black with #695852

Text Example


Text Example

White with #695852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695852; }

 p { color: rgb(105,88,82); }

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

background-color css

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

 a { background-color: rgb(105,88,82); }

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

border-color css

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

 span { border-color: rgb(105,88,82); }

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