Html Css Color HEX #71641C Olivetone

📋 copy color: '#71641C'

red 113 ◦ green 100 ◦ blue 28

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

Shades of Olivetone #71641C

Tints of Olivetone #71641C

RGB

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

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

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

R = 46.89%
G = 41.49%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71641C (or 0x71641C) is known color: Olivetone. HEX triplet: 71, 64 and 1C. RGB value is (113,100,28). Sum of RGB (Red+Green+Blue) = 113+100+28=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71641C is #8E9BE3. Grayscale: #5F5F5F. Windows color (decimal): -9346020 or 1860721. OLE color: 1860721.

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

Color convert

RGB 113 100 28 -
CMYK 0 0.12 0.75 0.56
HSL 50.82º 0.6% 0.28% -
HSV(B) 50.82º 0.75% 0.44% -
XYZ 11.58 12.71 2.94 -
YUV 95.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 113 100 28 0 0.12 0.75 0.56 50.82 0.6 0.28
Hex 71 64 1C 0 C 4B 38 33 3C 1C
Octal 161 144 34 0 14 113 70 63 74 34
Binary 1110001 1100100 11100 0 1100 1001011 111000 110011 111100 11100

Color Harmonies of #71641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71641C

Black with #71641C

Text Example


Text Example

White with #71641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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