Html Css Color HEX #406060 Oracle

📋 copy color: '#406060'

red 64 ◦ green 96 ◦ blue 96

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

Shades of Oracle #406060

Tints of Oracle #406060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#406060 (or 0x406060) is known color: Oracle. HEX triplet: 40, 60 and 60. RGB value is (64,96,96). Sum of RGB (Red+Green+Blue) = 64+96+96=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #406060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406060 is #BF9F9F. Grayscale: #565656. Windows color (decimal): -12558240 or 6316096. OLE color: 6316096.

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

Color convert

RGB 64 96 96 -
CMYK 0.33 0 0 0.62
HSL 180º 0.2% 0.31% -
HSV(B) 180º 0.33% 0.38% -
XYZ 8.41 10.3 12.61 -
YUV 86.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 64 96 96 0.33 0 0 0.62 180 0.2 0.31
Hex 40 60 60 21 0 0 3E B4 14 1F
Octal 100 140 140 41 0 0 76 264 24 37
Binary 1000000 1100000 1100000 100001 0 0 111110 10110100 10100 11111

Color Harmonies of #406060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406060

Black with #406060

Text Example


Text Example

White with #406060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406060; }

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

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

background-color css

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

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

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

border-color css

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

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

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