Html Css Color HEX #694B26 Cafe Royale

📋 copy color: '#694B26'

red 105 ◦ green 75 ◦ blue 38

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

Shades of Cafe Royale #694B26

Tints of Cafe Royale #694B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.4%

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 48.17%
G = 34.4%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#694B26 (or 0x694B26) is known color: Cafe Royale. HEX triplet: 69, 4B and 26. RGB value is (105,75,38). Sum of RGB (Red+Green+Blue) = 105+75+38=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #694B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B26 is #96B4D9. Grayscale: #4F4F4F. Windows color (decimal): -9876698 or 2509673. OLE color: 2509673.

HSL color Cylindrical-coordinate representation of color #694B26: hue angle of 33.13º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694B26 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 75 38 -
CMYK 0 0.29 0.64 0.59
HSL 33.13º 0.47% 0.28% -
HSV(B) 33.13º 0.64% 0.41% -
XYZ 8.69 8.18 2.95 -
YUV 79.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 105 75 38 0 0.29 0.64 0.59 33.13 0.47 0.28
Hex 69 4B 26 0 1D 40 3B 21 2F 1C
Octal 151 113 46 0 35 100 73 41 57 34
Binary 1101001 1001011 100110 0 11101 1000000 111011 100001 101111 11100

Color Harmonies of #694B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B26

Black with #694B26

Text Example


Text Example

White with #694B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694B26; }

 p { color: rgb(105,75,38); }

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

background-color css

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

 a { background-color: rgb(105,75,38); }

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

border-color css

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

 span { border-color: rgb(105,75,38); }

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