Html Css Color HEX #696360 Dorado

📋 copy color: '#696360'

red 105 ◦ green 99 ◦ blue 96

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

Shades of Dorado #696360

Tints of Dorado #696360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 35%
G = 33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696360 (or 0x696360) is known color: Dorado. HEX triplet: 69, 63 and 60. RGB value is (105,99,96). Sum of RGB (Red+Green+Blue) = 105+99+96=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #696360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696360 is #969C9F. Grayscale: #646464. Windows color (decimal): -9870496 or 6316905. OLE color: 6316905.

HSL color Cylindrical-coordinate representation of color #696360: hue angle of 20º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696360 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 96 -
CMYK 0 0.06 0.09 0.59
HSL 20º 0.04% 0.39% -
HSV(B) 20º 0.09% 0.41% -
XYZ 12.4 12.77 12.88 -
YUV 100.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 105 99 96 0 0.06 0.09 0.59 20 0.04 0.39
Hex 69 63 60 0 6 9 3B 14 4 27
Octal 151 143 140 0 6 11 73 24 4 47
Binary 1101001 1100011 1100000 0 110 1001 111011 10100 100 100111

Color Harmonies of #696360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696360

Black with #696360

Text Example


Text Example

White with #696360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696360; }

 p { color: rgb(105,99,96); }

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

background-color css

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

 a { background-color: rgb(105,99,96); }

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

border-color css

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

 span { border-color: rgb(105,99,96); }

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