Html Css Color HEX #71671B Olivetone

📋 copy color: '#71671B'

red 113 ◦ green 103 ◦ blue 27

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

Shades of Olivetone #71671B

Tints of Olivetone #71671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 46.5%
G = 42.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71671B (or 0x71671B) is known color: Olivetone. HEX triplet: 71, 67 and 1B. RGB value is (113,103,27). Sum of RGB (Red+Green+Blue) = 113+103+27=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71671B is #8E98E4. Grayscale: #616161. Windows color (decimal): -9345253 or 1795953. OLE color: 1795953.

HSL color Cylindrical-coordinate representation of color #71671B: hue angle of 53.02º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71671B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 27 -
CMYK 0 0.09 0.76 0.56
HSL 53.02º 0.61% 0.27% -
HSV(B) 53.02º 0.76% 0.44% -
XYZ 11.86 13.29 2.98 -
YUV 97.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 113 103 27 0 0.09 0.76 0.56 53.02 0.61 0.27
Hex 71 67 1B 0 9 4C 38 35 3D 1B
Octal 161 147 33 0 11 114 70 65 75 33
Binary 1110001 1100111 11011 0 1001 1001100 111000 110101 111101 11011

Color Harmonies of #71671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71671B

Black with #71671B

Text Example


Text Example

White with #71671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71671B; }

 p { color: rgb(113,103,27); }

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

background-color css

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

 a { background-color: rgb(113,103,27); }

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

border-color css

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

 span { border-color: rgb(113,103,27); }

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