Html Css Color HEX #71651A Olivetone

📋 copy color: '#71651A'

red 113 ◦ green 101 ◦ blue 26

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

Shades of Olivetone #71651A

Tints of Olivetone #71651A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 47.08%
G = 42.08%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71651A (or 0x71651A) is known color: Olivetone. HEX triplet: 71, 65 and 1A. RGB value is (113,101,26). Sum of RGB (Red+Green+Blue) = 113+101+26=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71651A is #8E9AE5. Grayscale: #606060. Windows color (decimal): -9345766 or 1729905. OLE color: 1729905.

HSL color Cylindrical-coordinate representation of color #71651A: hue angle of 51.72º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71651A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 26 -
CMYK 0 0.11 0.77 0.56
HSL 51.72º 0.63% 0.27% -
HSV(B) 51.72º 0.77% 0.44% -
XYZ 11.65 12.89 2.85 -
YUV 96.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 113 101 26 0 0.11 0.77 0.56 51.72 0.63 0.27
Hex 71 65 1A 0 B 4D 38 34 3F 1B
Octal 161 145 32 0 13 115 70 64 77 33
Binary 1110001 1100101 11010 0 1011 1001101 111000 110100 111111 11011

Color Harmonies of #71651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71651A

Black with #71651A

Text Example


Text Example

White with #71651A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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