Html Css Color HEX #71681B Olivetone

📋 copy color: '#71681B'

red 113 ◦ green 104 ◦ blue 27

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

Shades of Olivetone #71681B

Tints of Olivetone #71681B

RGB

 RED value IS 113 (44.53% from 255) = 46.31%

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 46.31%
G = 42.62%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71681B (or 0x71681B) is known color: Olivetone. HEX triplet: 71, 68 and 1B. RGB value is (113,104,27). Sum of RGB (Red+Green+Blue) = 113+104+27=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71681B is #8E97E4. Grayscale: #626262. Windows color (decimal): -9344997 or 1796209. OLE color: 1796209.

HSL color Cylindrical-coordinate representation of color #71681B: hue angle of 53.72º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71681B is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 27 -
CMYK 0 0.08 0.76 0.56
HSL 53.72º 0.61% 0.27% -
HSV(B) 53.72º 0.76% 0.44% -
XYZ 11.96 13.49 3.01 -
YUV 97.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 113 104 27 0 0.08 0.76 0.56 53.72 0.61 0.27
Hex 71 68 1B 0 8 4C 38 36 3D 1B
Octal 161 150 33 0 10 114 70 66 75 33
Binary 1110001 1101000 11011 0 1000 1001100 111000 110110 111101 11011

Color Harmonies of #71681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71681B

Black with #71681B

Text Example


Text Example

White with #71681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71681B; }

 p { color: rgb(113,104,27); }

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

background-color css

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

 a { background-color: rgb(113,104,27); }

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

border-color css

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

 span { border-color: rgb(113,104,27); }

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