Html Css Color HEX #6F631F Olivetone

📋 copy color: '#6F631F'

red 111 ◦ green 99 ◦ blue 31

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

Shades of Olivetone #6F631F

Tints of Olivetone #6F631F

RGB

 RED value IS 111 (43.75% from 255) = 46.06%

 GREEN value IS 99 (39.06% from 255) = 41.08%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 46.06%
G = 41.08%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F631F (or 0x6F631F) is known color: Olivetone. HEX triplet: 6F, 63 and 1F. RGB value is (111,99,31). Sum of RGB (Red+Green+Blue) = 111+99+31=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F631F is #909CE0. Grayscale: #5F5F5F. Windows color (decimal): -9477345 or 2057071. OLE color: 2057071.

HSL color Cylindrical-coordinate representation of color #6F631F: hue angle of 51º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F631F is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 31 -
CMYK 0 0.11 0.72 0.56
HSL 51º 0.56% 0.28% -
HSV(B) 51º 0.72% 0.44% -
XYZ 11.26 12.4 3.1 -
YUV 94.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 111 99 31 0 0.11 0.72 0.56 51 0.56 0.28
Hex 6F 63 1F 0 B 48 38 33 38 1C
Octal 157 143 37 0 13 110 70 63 70 34
Binary 1101111 1100011 11111 0 1011 1001000 111000 110011 111000 11100

Color Harmonies of #6F631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F631F

Black with #6F631F

Text Example


Text Example

White with #6F631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F631F; }

 p { color: rgb(111,99,31); }

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

background-color css

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

 a { background-color: rgb(111,99,31); }

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

border-color css

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

 span { border-color: rgb(111,99,31); }

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