Html Css Color HEX #634D0E Raw Umber

📋 copy color: '#634D0E'

red 99 ◦ green 77 ◦ blue 14

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

Shades of Raw Umber #634D0E

Tints of Raw Umber #634D0E

RGB

 RED value IS 99 (39.06% from 255) = 52.11%

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 52.11%
G = 40.53%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#634D0E (or 0x634D0E) is known color: Raw Umber. HEX triplet: 63, 4D and 0E. RGB value is (99,77,14). Sum of RGB (Red+Green+Blue) = 99+77+14=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #634D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D0E is #9CB2F1. Grayscale: #4C4C4C. Windows color (decimal): -10269426 or 937315. OLE color: 937315.

HSL color Cylindrical-coordinate representation of color #634D0E: hue angle of 44.47º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #634D0E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 77 14 -
CMYK 0 0.22 0.86 0.61
HSL 44.47º 0.75% 0.22% -
HSV(B) 44.47º 0.86% 0.39% -
XYZ 7.88 7.99 1.54 -
YUV 76.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 99 77 14 0 0.22 0.86 0.61 44.47 0.75 0.22
Hex 63 4D E 0 16 56 3D 2C 4B 16
Octal 143 115 16 0 26 126 75 54 113 26
Binary 1100011 1001101 1110 0 10110 1010110 111101 101100 1001011 10110

Color Harmonies of #634D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D0E

Black with #634D0E

Text Example


Text Example

White with #634D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634D0E; }

 p { color: rgb(99,77,14); }

 H1.HeaderClassName
 {
   color: #634D0E;
 }
 .AnyTagClassName
 {
   color: #634D0E;
 }
</style>

background-color css

<style>
 a { background-color: #634D0E; }

 a { background-color: rgb(99,77,14); }

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

border-color css

<style>
 span { border-color: #634D0E; }

 span { border-color: rgb(99,77,14); }

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