Html Css Color HEX #6F631D Olivetone

📋 copy color: '#6F631D'

red 111 ◦ green 99 ◦ blue 29

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

Shades of Olivetone #6F631D

Tints of Olivetone #6F631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.13%

R = 46.44%
G = 41.42%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F631D (or 0x6F631D) is known color: Olivetone. HEX triplet: 6F, 63 and 1D. RGB value is (111,99,29). Sum of RGB (Red+Green+Blue) = 111+99+29=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F631D is #909CE2. Grayscale: #5E5E5E. Windows color (decimal): -9477347 or 1925999. OLE color: 1925999.

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

Color convert

RGB 111 99 29 -
CMYK 0 0.11 0.74 0.56
HSL 51.22º 0.59% 0.27% -
HSV(B) 51.22º 0.74% 0.44% -
XYZ 11.24 12.39 2.96 -
YUV 94.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 111 99 29 0 0.11 0.74 0.56 51.22 0.59 0.27
Hex 6F 63 1D 0 B 4A 38 33 3B 1B
Octal 157 143 35 0 13 112 70 63 73 33
Binary 1101111 1100011 11101 0 1011 1001010 111000 110011 111011 11011

Color Harmonies of #6F631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F631D

Black with #6F631D

Text Example


Text Example

White with #6F631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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