Html Css Color HEX #406160 Oracle

📋 copy color: '#406160'

red 64 ◦ green 97 ◦ blue 96

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

Shades of Oracle #406160

Tints of Oracle #406160

RGB

 RED value IS 64 (25.39% from 255) = 24.9%

 GREEN value IS 97 (38.28% from 255) = 37.74%

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

R = 24.9%
G = 37.74%
B = 37.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#406160 (or 0x406160) is known color: Oracle. HEX triplet: 40, 61 and 60. RGB value is (64,97,96). Sum of RGB (Red+Green+Blue) = 64+97+96=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #406160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406160 is #BF9E9F. Grayscale: #565656. Windows color (decimal): -12557984 or 6316352. OLE color: 6316352.

HSL color Cylindrical-coordinate representation of color #406160: hue angle of 178.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #406160 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 96 -
CMYK 0.34 0 0.01 0.62
HSL 178.18º 0.2% 0.32% -
HSV(B) 178.18º 0.34% 0.38% -
XYZ 8.5 10.48 12.64 -
YUV 87.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 64 97 96 0.34 0 0.01 0.62 178.18 0.2 0.32
Hex 40 61 60 22 0 1 3E B2 14 20
Octal 100 141 140 42 0 1 76 262 24 40
Binary 1000000 1100001 1100000 100010 0 1 111110 10110010 10100 100000

Color Harmonies of #406160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406160

Black with #406160

Text Example


Text Example

White with #406160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406160; }

 p { color: rgb(64,97,96); }

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

background-color css

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

 a { background-color: rgb(64,97,96); }

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

border-color css

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

 span { border-color: rgb(64,97,96); }

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