Html Css Color HEX #71661E Olivetone

📋 copy color: '#71661E'

red 113 ◦ green 102 ◦ blue 30

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

Shades of Olivetone #71661E

Tints of Olivetone #71661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 46.12%
G = 41.63%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71661E (or 0x71661E) is known color: Olivetone. HEX triplet: 71, 66 and 1E. RGB value is (113,102,30). Sum of RGB (Red+Green+Blue) = 113+102+30=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71661E is #8E99E1. Grayscale: #616161. Windows color (decimal): -9345506 or 1992305. OLE color: 1992305.

HSL color Cylindrical-coordinate representation of color #71661E: hue angle of 52.05º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71661E is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 30 -
CMYK 0 0.10 0.73 0.56
HSL 52.05º 0.58% 0.28% -
HSV(B) 52.05º 0.73% 0.44% -
XYZ 11.8 13.11 3.14 -
YUV 97.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 113 102 30 0 0.10 0.73 0.56 52.05 0.58 0.28
Hex 71 66 1E 0 A 49 38 34 3A 1C
Octal 161 146 36 0 12 111 70 64 72 34
Binary 1110001 1100110 11110 0 1010 1001001 111000 110100 111010 11100

Color Harmonies of #71661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71661E

Black with #71661E

Text Example


Text Example

White with #71661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71661E; }

 p { color: rgb(113,102,30); }

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

background-color css

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

 a { background-color: rgb(113,102,30); }

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

border-color css

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

 span { border-color: rgb(113,102,30); }

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