Html Css Color HEX #71651E Olivetone

📋 copy color: '#71651E'

red 113 ◦ green 101 ◦ blue 30

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

Shades of Olivetone #71651E

Tints of Olivetone #71651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.39%

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

R = 46.31%
G = 41.39%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71651E (or 0x71651E) is known color: Olivetone. HEX triplet: 71, 65 and 1E. RGB value is (113,101,30). Sum of RGB (Red+Green+Blue) = 113+101+30=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71651E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71651E is #8E9AE1. Grayscale: #606060. Windows color (decimal): -9345762 or 1992049. OLE color: 1992049.

HSL color Cylindrical-coordinate representation of color #71651E: hue angle of 51.33º 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 #71651E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 30 -
CMYK 0 0.11 0.73 0.56
HSL 51.33º 0.58% 0.28% -
HSV(B) 51.33º 0.73% 0.44% -
XYZ 11.7 12.91 3.1 -
YUV 96.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 113 101 30 0 0.11 0.73 0.56 51.33 0.58 0.28
Hex 71 65 1E 0 B 49 38 33 3A 1C
Octal 161 145 36 0 13 111 70 63 72 34
Binary 1110001 1100101 11110 0 1011 1001001 111000 110011 111010 11100

Color Harmonies of #71651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71651E

Black with #71651E

Text Example


Text Example

White with #71651E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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