Html Css Color HEX #6B3A04 Raw Umber

📋 copy color: '#6B3A04'

red 107 ◦ green 58 ◦ blue 4

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

Shades of Raw Umber #6B3A04

Tints of Raw Umber #6B3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.32%

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 63.31%
G = 34.32%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B3A04 (or 0x6B3A04) is known color: Raw Umber. HEX triplet: 6B, 3A and 04. RGB value is (107,58,4). Sum of RGB (Red+Green+Blue) = 107+58+4=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3A04 is #94C5FB. Grayscale: #424242. Windows color (decimal): -9750012 or 277099. OLE color: 277099.

HSL color Cylindrical-coordinate representation of color #6B3A04: hue angle of 31.46º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B3A04 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 58 4 -
CMYK 0 0.46 0.96 0.58
HSL 31.46º 0.93% 0.22% -
HSV(B) 31.46º 0.96% 0.42% -
XYZ 7.6 6.16 0.9 -
YUV 66.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 107 58 4 0 0.46 0.96 0.58 31.46 0.93 0.22
Hex 6B 3A 4 0 2E 60 3A 1F 5D 16
Octal 153 72 4 0 56 140 72 37 135 26
Binary 1101011 111010 100 0 101110 1100000 111010 11111 1011101 10110

Color Harmonies of #6B3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3A04

Black with #6B3A04

Text Example


Text Example

White with #6B3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,58,4); }

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

background-color css

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

 a { background-color: rgb(107,58,4); }

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

border-color css

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

 span { border-color: rgb(107,58,4); }

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