Html Css Color HEX #634500 Raw Umber

📋 copy color: '#634500'

red 99 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #634500

Tints of Raw Umber #634500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

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

R = 58.93%
G = 41.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#634500 (or 0x634500) is known color: Raw Umber. HEX triplet: 63, 45 and 00. RGB value is (99,69,0). Sum of RGB (Red+Green+Blue) = 99+69+0=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #634500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634500 is #9CBAFF. Grayscale: #464646. Windows color (decimal): -10271488 or 17763. OLE color: 17763.

HSL color Cylindrical-coordinate representation of color #634500: hue angle of 41.82º 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 #634500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 69 0 -
CMYK 0 0.30 1 0.61
HSL 41.82º 1% 0.19% -
HSV(B) 41.82º 1% 0.39% -
XYZ 7.27 6.91 0.95 -
YUV 70.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 99 69 0 0 0.30 1 0.61 41.82 1 0.19
Hex 63 45 0 0 1E 64 3D 2A 64 13
Octal 143 105 0 0 36 144 75 52 144 23
Binary 1100011 1000101 0 0 11110 1100100 111101 101010 1100100 10011

Color Harmonies of #634500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634500

Black with #634500

Text Example


Text Example

White with #634500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634500; }

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

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

background-color css

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

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

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

border-color css

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

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

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