Html Css Color HEX #694624 Cafe Royale

📋 copy color: '#694624'

red 105 ◦ green 70 ◦ blue 36

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

Shades of Cafe Royale #694624

Tints of Cafe Royale #694624

RGB

 RED value IS 105 (41.41% from 255) = 49.76%

 GREEN value IS 70 (27.73% from 255) = 33.18%

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

R = 49.76%
G = 33.18%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#694624 (or 0x694624) is known color: Cafe Royale. HEX triplet: 69, 46 and 24. RGB value is (105,70,36). Sum of RGB (Red+Green+Blue) = 105+70+36=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694624 is #96B9DB. Grayscale: #4C4C4C. Windows color (decimal): -9877980 or 2377321. OLE color: 2377321.

HSL color Cylindrical-coordinate representation of color #694624: hue angle of 29.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694624 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 70 36 -
CMYK 0 0.33 0.66 0.59
HSL 29.57º 0.49% 0.28% -
HSV(B) 29.57º 0.66% 0.41% -
XYZ 8.33 7.51 2.68 -
YUV 76.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 105 70 36 0 0.33 0.66 0.59 29.57 0.49 0.28
Hex 69 46 24 0 21 42 3B 1E 31 1C
Octal 151 106 44 0 41 102 73 36 61 34
Binary 1101001 1000110 100100 0 100001 1000010 111011 11110 110001 11100

Color Harmonies of #694624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694624

Black with #694624

Text Example


Text Example

White with #694624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694624; }

 p { color: rgb(105,70,36); }

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

background-color css

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

 a { background-color: rgb(105,70,36); }

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

border-color css

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

 span { border-color: rgb(105,70,36); }

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