Html Css Color HEX #71661D Olivetone

📋 copy color: '#71661D'

red 113 ◦ green 102 ◦ blue 29

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

Shades of Olivetone #71661D

Tints of Olivetone #71661D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 46.31%
G = 41.8%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71661D (or 0x71661D) is known color: Olivetone. HEX triplet: 71, 66 and 1D. RGB value is (113,102,29). Sum of RGB (Red+Green+Blue) = 113+102+29=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71661D is #8E99E2. Grayscale: #616161. Windows color (decimal): -9345507 or 1926769. OLE color: 1926769.

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

Color convert

RGB 113 102 29 -
CMYK 0 0.10 0.74 0.56
HSL 52.14º 0.59% 0.28% -
HSV(B) 52.14º 0.74% 0.44% -
XYZ 11.78 13.1 3.07 -
YUV 96.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 113 102 29 0 0.10 0.74 0.56 52.14 0.59 0.28
Hex 71 66 1D 0 A 4A 38 34 3B 1C
Octal 161 146 35 0 12 112 70 64 73 34
Binary 1110001 1100110 11101 0 1010 1001010 111000 110100 111011 11100

Color Harmonies of #71661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71661D

Black with #71661D

Text Example


Text Example

White with #71661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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