Html Css Color HEX #6F3B01 Raw Umber

📋 copy color: '#6F3B01'

red 111 ◦ green 59 ◦ blue 1

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

Shades of Raw Umber #6F3B01

Tints of Raw Umber #6F3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.5%

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

R = 64.91%
G = 34.5%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F3B01 (or 0x6F3B01) is known color: Raw Umber. HEX triplet: 6F, 3B and 01. RGB value is (111,59,1). Sum of RGB (Red+Green+Blue) = 111+59+1=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3B01 is #90C4FE. Grayscale: #444444. Windows color (decimal): -9487615 or 80751. OLE color: 80751.

HSL color Cylindrical-coordinate representation of color #6F3B01: hue angle of 31.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 #6F3B01 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 59 1 -
CMYK 0 0.47 0.99 0.56
HSL 31.64º 0.98% 0.22% -
HSV(B) 31.64º 0.99% 0.44% -
XYZ 8.12 6.51 0.86 -
YUV 67.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 111 59 1 0 0.47 0.99 0.56 31.64 0.98 0.22
Hex 6F 3B 1 0 2F 63 38 20 62 16
Octal 157 73 1 0 57 143 70 40 142 26
Binary 1101111 111011 1 0 101111 1100011 111000 100000 1100010 10110

Color Harmonies of #6F3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B01

Black with #6F3B01

Text Example


Text Example

White with #6F3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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