Html Css Color HEX #716621 Olivetone

📋 copy color: '#716621'

red 113 ◦ green 102 ◦ blue 33

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

Shades of Olivetone #716621

Tints of Olivetone #716621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.31%

R = 45.56%
G = 41.13%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#716621 (or 0x716621) is known color: Olivetone. HEX triplet: 71, 66 and 21. RGB value is (113,102,33). Sum of RGB (Red+Green+Blue) = 113+102+33=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #716621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716621 is #8E99DE. Grayscale: #616161. Windows color (decimal): -9345503 or 2188913. OLE color: 2188913.

HSL color Cylindrical-coordinate representation of color #716621: hue angle of 51.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #716621 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 33 -
CMYK 0 0.10 0.71 0.56
HSL 51.75º 0.55% 0.29% -
HSV(B) 51.75º 0.71% 0.44% -
XYZ 11.84 13.12 3.35 -
YUV 97.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 113 102 33 0 0.10 0.71 0.56 51.75 0.55 0.29
Hex 71 66 21 0 A 47 38 34 37 1D
Octal 161 146 41 0 12 107 70 64 67 35
Binary 1110001 1100110 100001 0 1010 1000111 111000 110100 110111 11101

Color Harmonies of #716621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716621

Black with #716621

Text Example


Text Example

White with #716621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716621; }

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

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

background-color css

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

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

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

border-color css

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

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

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