Html Css Color HEX #683A00 Raw Umber

📋 copy color: '#683A00'

red 104 ◦ green 58 ◦ blue 0

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

Shades of Raw Umber #683A00

Tints of Raw Umber #683A00

RGB

 RED value IS 104 (41.02% from 255) = 64.2%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.2%
G = 35.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#683A00 (or 0x683A00) is known color: Raw Umber. HEX triplet: 68, 3A and 00. RGB value is (104,58,0). Sum of RGB (Red+Green+Blue) = 104+58+0=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #683A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A00 is #97C5FF. Grayscale: #414141. Windows color (decimal): -9946624 or 14952. OLE color: 14952.

HSL color Cylindrical-coordinate representation of color #683A00: hue angle of 33.46º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #683A00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 58 0 -
CMYK 0 0.44 1 0.59
HSL 33.46º 1% 0.2% -
HSV(B) 33.46º 1% 0.41% -
XYZ 7.22 5.97 0.77 -
YUV 65.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 104 58 0 0 0.44 1 0.59 33.46 1 0.2
Hex 68 3A 0 0 2C 64 3B 21 64 14
Octal 150 72 0 0 54 144 73 41 144 24
Binary 1101000 111010 0 0 101100 1100100 111011 100001 1100100 10100

Color Harmonies of #683A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A00

Black with #683A00

Text Example


Text Example

White with #683A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683A00; }

 p { color: rgb(104,58,0); }

 H1.HeaderClassName
 {
   color: #683A00;
 }
 .AnyTagClassName
 {
   color: #683A00;
 }
</style>

background-color css

<style>
 a { background-color: #683A00; }

 a { background-color: rgb(104,58,0); }

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

border-color css

<style>
 span { border-color: #683A00; }

 span { border-color: rgb(104,58,0); }

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