Html Css Color HEX #336163 Oracle

📋 copy color: '#336163'

red 51 ◦ green 97 ◦ blue 99

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

Shades of Oracle #336163

Tints of Oracle #336163

RGB

 RED value IS 51 (20.31% from 255) = 20.65%

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 20.65%
G = 39.27%
B = 40.08%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#336163 (or 0x336163) is known color: Oracle. HEX triplet: 33, 61 and 63. RGB value is (51,97,99). Sum of RGB (Red+Green+Blue) = 51+97+99=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #336163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336163 is #CC9E9C. Grayscale: #535353. Windows color (decimal): -13409949 or 6512947. OLE color: 6512947.

HSL color Cylindrical-coordinate representation of color #336163: hue angle of 182.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #336163 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 97 99 -
CMYK 0.48 0.02 0 0.61
HSL 182.5º 0.32% 0.29% -
HSV(B) 182.5º 0.48% 0.39% -
XYZ 7.89 10.15 13.35 -
YUV 83.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 51 97 99 0.48 0.02 0 0.61 182.5 0.32 0.29
Hex 33 61 63 30 2 0 3D B6 20 1D
Octal 63 141 143 60 2 0 75 266 40 35
Binary 110011 1100001 1100011 110000 10 0 111101 10110110 100000 11101

Color Harmonies of #336163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336163

Black with #336163

Text Example


Text Example

White with #336163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336163; }

 p { color: rgb(51,97,99); }

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

background-color css

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

 a { background-color: rgb(51,97,99); }

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

border-color css

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

 span { border-color: rgb(51,97,99); }

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