Html Css Color HEX #6B4D01 Raw Umber

📋 copy color: '#6B4D01'

red 107 ◦ green 77 ◦ blue 1

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

Shades of Raw Umber #6B4D01

Tints of Raw Umber #6B4D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.62%

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

R = 57.84%
G = 41.62%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6B4D01 (or 0x6B4D01) is known color: Raw Umber. HEX triplet: 6B, 4D and 01. RGB value is (107,77,1). Sum of RGB (Red+Green+Blue) = 107+77+1=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B4D01 is #94B2FE. Grayscale: #4D4D4D. Windows color (decimal): -9745151 or 85355. OLE color: 85355.

HSL color Cylindrical-coordinate representation of color #6B4D01: hue angle of 43.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B4D01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 77 1 -
CMYK 0 0.28 0.99 0.58
HSL 43.02º 0.98% 0.21% -
HSV(B) 43.02º 0.99% 0.42% -
XYZ 8.72 8.44 1.2 -
YUV 77.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 107 77 1 0 0.28 0.99 0.58 43.02 0.98 0.21
Hex 6B 4D 1 0 1C 63 3A 2B 62 15
Octal 153 115 1 0 34 143 72 53 142 25
Binary 1101011 1001101 1 0 11100 1100011 111010 101011 1100010 10101

Color Harmonies of #6B4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D01

Black with #6B4D01

Text Example


Text Example

White with #6B4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,1); }

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

background-color css

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

 a { background-color: rgb(107,77,1); }

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

border-color css

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

 span { border-color: rgb(107,77,1); }

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