Html Css Color HEX #736C1F Olivetone

📋 copy color: '#736C1F'

red 115 ◦ green 108 ◦ blue 31

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

Shades of Olivetone #736C1F

Tints of Olivetone #736C1F

RGB

 RED value IS 115 (45.31% from 255) = 45.28%

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 45.28%
G = 42.52%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#736C1F (or 0x736C1F) is known color: Olivetone. HEX triplet: 73, 6C and 1F. RGB value is (115,108,31). Sum of RGB (Red+Green+Blue) = 115+108+31=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #736C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C1F is #8C93E0. Grayscale: #656565. Windows color (decimal): -9212897 or 2059379. OLE color: 2059379.

HSL color Cylindrical-coordinate representation of color #736C1F: hue angle of 55º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #736C1F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 31 -
CMYK 0 0.06 0.73 0.55
HSL 55º 0.58% 0.29% -
HSV(B) 55º 0.73% 0.45% -
XYZ 12.68 14.47 3.42 -
YUV 101.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 115 108 31 0 0.06 0.73 0.55 55 0.58 0.29
Hex 73 6C 1F 0 6 49 37 37 3A 1D
Octal 163 154 37 0 6 111 67 67 72 35
Binary 1110011 1101100 11111 0 110 1001001 110111 110111 111010 11101

Color Harmonies of #736C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C1F

Black with #736C1F

Text Example


Text Example

White with #736C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C1F; }

 p { color: rgb(115,108,31); }

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

background-color css

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

 a { background-color: rgb(115,108,31); }

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

border-color css

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

 span { border-color: rgb(115,108,31); }

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