Html Css Color HEX #6F4401 Raw Umber

📋 copy color: '#6F4401'

red 111 ◦ green 68 ◦ blue 1

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

Shades of Raw Umber #6F4401

Tints of Raw Umber #6F4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

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

R = 61.67%
G = 37.78%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F4401 (or 0x6F4401) is known color: Raw Umber. HEX triplet: 6F, 44 and 01. RGB value is (111,68,1). Sum of RGB (Red+Green+Blue) = 111+68+1=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4401 is #90BBFE. Grayscale: #494949. Windows color (decimal): -9485311 or 83055. OLE color: 83055.

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

Color convert

RGB 111 68 1 -
CMYK 0 0.39 0.99 0.56
HSL 36.55º 0.98% 0.22% -
HSV(B) 36.55º 0.99% 0.44% -
XYZ 8.63 7.52 1.02 -
YUV 73.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 111 68 1 0 0.39 0.99 0.56 36.55 0.98 0.22
Hex 6F 44 1 0 27 63 38 25 62 16
Octal 157 104 1 0 47 143 70 45 142 26
Binary 1101111 1000100 1 0 100111 1100011 111000 100101 1100010 10110

Color Harmonies of #6F4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4401

Black with #6F4401

Text Example


Text Example

White with #6F4401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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