Html Css Color HEX #0E6316 Crusoe

📋 copy color: '#0E6316'

red 14 ◦ green 99 ◦ blue 22

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

Shades of Crusoe #0E6316

Tints of Crusoe #0E6316

RGB

 RED value IS 14 (5.86% from 255) = 10.37%

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

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 10.37%
G = 73.33%
B = 16.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#0E6316 (or 0x0E6316) is known color: Crusoe. HEX triplet: 0E, 63 and 16. RGB value is (14,99,22). Sum of RGB (Red+Green+Blue) = 14+99+22=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #0E6316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6316 is #F19CE9. Grayscale: #414141. Windows color (decimal): -15834346 or 1467150. OLE color: 1467150.

HSL color Cylindrical-coordinate representation of color #0E6316: hue angle of 125.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6316 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 14 99 22 -
CMYK 0.86 0 0.78 0.61
HSL 125.65º 0.75% 0.22% -
HSV(B) 125.65º 0.86% 0.39% -
XYZ 4.79 9.07 2.26 -
YUV 64.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 14 99 22 0.86 0 0.78 0.61 125.65 0.75 0.22
Hex E 63 16 56 0 4E 3D 7E 4B 16
Octal 16 143 26 126 0 116 75 176 113 26
Binary 1110 1100011 10110 1010110 0 1001110 111101 1111110 1001011 10110

Color Harmonies of #0E6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6316

Black with #0E6316

Text Example


Text Example

White with #0E6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E6316; }

 p { color: rgb(14,99,22); }

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

background-color css

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

 a { background-color: rgb(14,99,22); }

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

border-color css

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

 span { border-color: rgb(14,99,22); }

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