Html Css Color HEX #0B6949 Jewel

📋 copy color: '#0B6949'

red 11 ◦ green 105 ◦ blue 73

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

Shades of Jewel #0B6949

Tints of Jewel #0B6949

RGB

 RED value IS 11 (4.69% from 255) = 5.82%

 GREEN value IS 105 (41.41% from 255) = 55.56%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 5.82%
G = 55.56%
B = 38.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#0B6949 (or 0x0B6949) is known color: Jewel. HEX triplet: 0B, 69 and 49. RGB value is (11,105,73). Sum of RGB (Red+Green+Blue) = 11+105+73=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6949 is #F496B6. Grayscale: #494949. Windows color (decimal): -16029367 or 4811019. OLE color: 4811019.

HSL color Cylindrical-coordinate representation of color #0B6949: hue angle of 159.57º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6949 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 11 105 73 -
CMYK 0.90 0 0.30 0.59
HSL 159.57º 0.81% 0.23% -
HSV(B) 159.57º 0.9% 0.41% -
XYZ 6.39 10.66 8.02 -
YUV 73.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 11 105 73 0.90 0 0.30 0.59 159.57 0.81 0.23
Hex B 69 49 5A 0 1E 3B A0 51 17
Octal 13 151 111 132 0 36 73 240 121 27
Binary 1011 1101001 1001001 1011010 0 11110 111011 10100000 1010001 10111

Color Harmonies of #0B6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6949

Black with #0B6949

Text Example


Text Example

White with #0B6949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,105,73); }

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

background-color css

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

 a { background-color: rgb(11,105,73); }

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

border-color css

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

 span { border-color: rgb(11,105,73); }

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