Html Css Color HEX #71641E Olivetone

📋 copy color: '#71641E'

red 113 ◦ green 100 ◦ blue 30

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

Shades of Olivetone #71641E

Tints of Olivetone #71641E

RGB

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

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

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

R = 46.5%
G = 41.15%
B = 12.35%

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

#71641E (or 0x71641E) is known color: Olivetone. HEX triplet: 71, 64 and 1E. RGB value is (113,100,30). Sum of RGB (Red+Green+Blue) = 113+100+30=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71641E is #8E9BE1. Grayscale: #606060. Windows color (decimal): -9346018 or 1991793. OLE color: 1991793.

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

Color convert

RGB 113 100 30 -
CMYK 0 0.12 0.73 0.56
HSL 50.6º 0.58% 0.28% -
HSV(B) 50.6º 0.73% 0.44% -
XYZ 11.6 12.72 3.07 -
YUV 95.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 113 100 30 0 0.12 0.73 0.56 50.6 0.58 0.28
Hex 71 64 1E 0 C 49 38 33 3A 1C
Octal 161 144 36 0 14 111 70 63 72 34
Binary 1110001 1100100 11110 0 1100 1001001 111000 110011 111010 11100

Color Harmonies of #71641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71641E

Black with #71641E

Text Example


Text Example

White with #71641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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