Html Css Color HEX #6F4601 Raw Umber

📋 copy color: '#6F4601'

red 111 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #6F4601

Tints of Raw Umber #6F4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 60.99%
G = 38.46%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F4601 (or 0x6F4601) is known color: Raw Umber. HEX triplet: 6F, 46 and 01. RGB value is (111,70,1). Sum of RGB (Red+Green+Blue) = 111+70+1=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4601 is #90B9FE. Grayscale: #4A4A4A. Windows color (decimal): -9484799 or 83567. OLE color: 83567.

HSL color Cylindrical-coordinate representation of color #6F4601: hue angle of 37.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F4601 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 70 1 -
CMYK 0 0.37 0.99 0.56
HSL 37.64º 0.98% 0.22% -
HSV(B) 37.64º 0.99% 0.44% -
XYZ 8.75 7.76 1.07 -
YUV 74.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 111 70 1 0 0.37 0.99 0.56 37.64 0.98 0.22
Hex 6F 46 1 0 25 63 38 26 62 16
Octal 157 106 1 0 45 143 70 46 142 26
Binary 1101111 1000110 1 0 100101 1100011 111000 100110 1100010 10110

Color Harmonies of #6F4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4601

Black with #6F4601

Text Example


Text Example

White with #6F4601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,1); }

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

background-color css

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

 a { background-color: rgb(111,70,1); }

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

border-color css

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

 span { border-color: rgb(111,70,1); }

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