Html Css Color HEX #634D0F Raw Umber

📋 copy color: '#634D0F'

red 99 ◦ green 77 ◦ blue 15

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

Shades of Raw Umber #634D0F

Tints of Raw Umber #634D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 51.83%
G = 40.31%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#634D0F (or 0x634D0F) is known color: Raw Umber. HEX triplet: 63, 4D and 0F. RGB value is (99,77,15). Sum of RGB (Red+Green+Blue) = 99+77+15=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #634D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D0F is #9CB2F0. Grayscale: #4C4C4C. Windows color (decimal): -10269425 or 1002851. OLE color: 1002851.

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

Color convert

RGB 99 77 15 -
CMYK 0 0.22 0.85 0.61
HSL 44.29º 0.74% 0.22% -
HSV(B) 44.29º 0.85% 0.39% -
XYZ 7.89 7.99 1.58 -
YUV 76.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 99 77 15 0 0.22 0.85 0.61 44.29 0.74 0.22
Hex 63 4D F 0 16 55 3D 2C 4A 16
Octal 143 115 17 0 26 125 75 54 112 26
Binary 1100011 1001101 1111 0 10110 1010101 111101 101100 1001010 10110

Color Harmonies of #634D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D0F

Black with #634D0F

Text Example


Text Example

White with #634D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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