Html Css Color HEX #71661C Olivetone

📋 copy color: '#71661C'

red 113 ◦ green 102 ◦ blue 28

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

Shades of Olivetone #71661C

Tints of Olivetone #71661C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 46.5%
G = 41.98%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71661C (or 0x71661C) is known color: Olivetone. HEX triplet: 71, 66 and 1C. RGB value is (113,102,28). Sum of RGB (Red+Green+Blue) = 113+102+28=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71661C is #8E99E3. Grayscale: #616161. Windows color (decimal): -9345508 or 1861233. OLE color: 1861233.

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

Color convert

RGB 113 102 28 -
CMYK 0 0.10 0.75 0.56
HSL 52.24º 0.6% 0.28% -
HSV(B) 52.24º 0.75% 0.44% -
XYZ 11.77 13.1 3.01 -
YUV 96.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 113 102 28 0 0.10 0.75 0.56 52.24 0.6 0.28
Hex 71 66 1C 0 A 4B 38 34 3C 1C
Octal 161 146 34 0 12 113 70 64 74 34
Binary 1110001 1100110 11100 0 1010 1001011 111000 110100 111100 11100

Color Harmonies of #71661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71661C

Black with #71661C

Text Example


Text Example

White with #71661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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