Html Css Color HEX #6B672E Olivetone

📋 copy color: '#6B672E'

red 107 ◦ green 103 ◦ blue 46

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

Shades of Olivetone #6B672E

Tints of Olivetone #6B672E

RGB

 RED value IS 107 (42.19% from 255) = 41.8%

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 41.8%
G = 40.23%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B672E (or 0x6B672E) is known color: Olivetone. HEX triplet: 6B, 67 and 2E. RGB value is (107,103,46). Sum of RGB (Red+Green+Blue) = 107+103+46=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B672E is #9498D1. Grayscale: #616161. Windows color (decimal): -9738450 or 3041131. OLE color: 3041131.

HSL color Cylindrical-coordinate representation of color #6B672E: hue angle of 56.07º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B672E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 103 46 -
CMYK 0 0.04 0.57 0.58
HSL 56.07º 0.4% 0.3% -
HSV(B) 56.07º 0.57% 0.42% -
XYZ 11.41 13.02 4.5 -
YUV 97.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 107 103 46 0 0.04 0.57 0.58 56.07 0.4 0.3
Hex 6B 67 2E 0 4 39 3A 38 28 1E
Octal 153 147 56 0 4 71 72 70 50 36
Binary 1101011 1100111 101110 0 100 111001 111010 111000 101000 11110

Color Harmonies of #6B672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B672E

Black with #6B672E

Text Example


Text Example

White with #6B672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,46); }

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

background-color css

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

 a { background-color: rgb(107,103,46); }

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

border-color css

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

 span { border-color: rgb(107,103,46); }

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