Html Css Color HEX #6B3B01 Raw Umber

📋 copy color: '#6B3B01'

red 107 ◦ green 59 ◦ blue 1

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

Shades of Raw Umber #6B3B01

Tints of Raw Umber #6B3B01

RGB

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

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

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

R = 64.07%
G = 35.33%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#6B3B01 (or 0x6B3B01) is known color: Raw Umber. HEX triplet: 6B, 3B and 01. RGB value is (107,59,1). Sum of RGB (Red+Green+Blue) = 107+59+1=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3B01 is #94C4FE. Grayscale: #434343. Windows color (decimal): -9749759 or 80747. OLE color: 80747.

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

Color convert

RGB 107 59 1 -
CMYK 0 0.45 0.99 0.58
HSL 32.83º 0.98% 0.21% -
HSV(B) 32.83º 0.99% 0.42% -
XYZ 7.63 6.26 0.83 -
YUV 66.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 107 59 1 0 0.45 0.99 0.58 32.83 0.98 0.21
Hex 6B 3B 1 0 2D 63 3A 21 62 15
Octal 153 73 1 0 55 143 72 41 142 25
Binary 1101011 111011 1 0 101101 1100011 111010 100001 1100010 10101

Color Harmonies of #6B3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3B01

Black with #6B3B01

Text Example


Text Example

White with #6B3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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