Html Css Color HEX #634400 Raw Umber

📋 copy color: '#634400'

red 99 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #634400

Tints of Raw Umber #634400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.72%

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

R = 59.28%
G = 40.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#634400 (or 0x634400) is known color: Raw Umber. HEX triplet: 63, 44 and 00. RGB value is (99,68,0). Sum of RGB (Red+Green+Blue) = 99+68+0=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #634400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634400 is #9CBBFF. Grayscale: #454545. Windows color (decimal): -10271744 or 17507. OLE color: 17507.

HSL color Cylindrical-coordinate representation of color #634400: hue angle of 41.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #634400 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 68 0 -
CMYK 0 0.31 1 0.61
HSL 41.21º 1% 0.19% -
HSV(B) 41.21º 1% 0.39% -
XYZ 7.21 6.79 0.93 -
YUV 69.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 99 68 0 0 0.31 1 0.61 41.21 1 0.19
Hex 63 44 0 0 1F 64 3D 29 64 13
Octal 143 104 0 0 37 144 75 51 144 23
Binary 1100011 1000100 0 0 11111 1100100 111101 101001 1100100 10011

Color Harmonies of #634400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634400

Black with #634400

Text Example


Text Example

White with #634400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634400; }

 p { color: rgb(99,68,0); }

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

background-color css

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

 a { background-color: rgb(99,68,0); }

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

border-color css

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

 span { border-color: rgb(99,68,0); }

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