Html Css Color HEX #634C24 Cafe Royale

📋 copy color: '#634C24'

red 99 ◦ green 76 ◦ blue 36

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

Shades of Cafe Royale #634C24

Tints of Cafe Royale #634C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 46.92%
G = 36.02%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#634C24 (or 0x634C24) is known color: Cafe Royale. HEX triplet: 63, 4C and 24. RGB value is (99,76,36). Sum of RGB (Red+Green+Blue) = 99+76+36=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #634C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C24 is #9CB3DB. Grayscale: #4E4E4E. Windows color (decimal): -10269660 or 2378851. OLE color: 2378851.

HSL color Cylindrical-coordinate representation of color #634C24: hue angle of 38.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634C24 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 76 36 -
CMYK 0 0.23 0.64 0.61
HSL 38.1º 0.47% 0.26% -
HSV(B) 38.1º 0.64% 0.39% -
XYZ 8.05 7.95 2.78 -
YUV 78.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 99 76 36 0 0.23 0.64 0.61 38.1 0.47 0.26
Hex 63 4C 24 0 17 40 3D 26 2F 1A
Octal 143 114 44 0 27 100 75 46 57 32
Binary 1100011 1001100 100100 0 10111 1000000 111101 100110 101111 11010

Color Harmonies of #634C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C24

Black with #634C24

Text Example


Text Example

White with #634C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,76,36); }

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

background-color css

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

 a { background-color: rgb(99,76,36); }

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

border-color css

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

 span { border-color: rgb(99,76,36); }

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