Html Css Color HEX #71641F Olivetone

📋 copy color: '#71641F'

red 113 ◦ green 100 ◦ blue 31

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

Shades of Olivetone #71641F

Tints of Olivetone #71641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.98%

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

R = 46.31%
G = 40.98%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71641F (or 0x71641F) is known color: Olivetone. HEX triplet: 71, 64 and 1F. RGB value is (113,100,31). Sum of RGB (Red+Green+Blue) = 113+100+31=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71641F is #8E9BE0. Grayscale: #606060. Windows color (decimal): -9346017 or 2057329. OLE color: 2057329.

HSL color Cylindrical-coordinate representation of color #71641F: hue angle of 50.49º degrees, saturation: 0.57, 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 #71641F is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 31 -
CMYK 0 0.12 0.73 0.56
HSL 50.49º 0.57% 0.28% -
HSV(B) 50.49º 0.73% 0.44% -
XYZ 11.61 12.72 3.14 -
YUV 96.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 113 100 31 0 0.12 0.73 0.56 50.49 0.57 0.28
Hex 71 64 1F 0 C 49 38 32 39 1C
Octal 161 144 37 0 14 111 70 62 71 34
Binary 1110001 1100100 11111 0 1100 1001001 111000 110010 111001 11100

Color Harmonies of #71641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71641F

Black with #71641F

Text Example


Text Example

White with #71641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71641F; }

 p { color: rgb(113,100,31); }

 H1.HeaderClassName
 {
   color: #71641F;
 }
 .AnyTagClassName
 {
   color: #71641F;
 }
</style>

background-color css

<style>
 a { background-color: #71641F; }

 a { background-color: rgb(113,100,31); }

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

border-color css

<style>
 span { border-color: #71641F; }

 span { border-color: rgb(113,100,31); }

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