Html Css Color HEX #6F4B25 Cafe Royale

📋 copy color: '#6F4B25'

red 111 ◦ green 75 ◦ blue 37

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

Shades of Cafe Royale #6F4B25

Tints of Cafe Royale #6F4B25

RGB

 RED value IS 111 (43.75% from 255) = 49.78%

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

 BLUE value IS 37 (14.84% from 255) = 16.59%

R = 49.78%
G = 33.63%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F4B25 (or 0x6F4B25) is known color: Cafe Royale. HEX triplet: 6F, 4B and 25. RGB value is (111,75,37). Sum of RGB (Red+Green+Blue) = 111+75+37=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B25 is #90B4DA. Grayscale: #515151. Windows color (decimal): -9483483 or 2444143. OLE color: 2444143.

HSL color Cylindrical-coordinate representation of color #6F4B25: hue angle of 30.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F4B25 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 75 37 -
CMYK 0 0.32 0.67 0.56
HSL 30.81º 0.5% 0.29% -
HSV(B) 30.81º 0.67% 0.44% -
XYZ 9.41 8.55 2.9 -
YUV 81.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 111 75 37 0 0.32 0.67 0.56 30.81 0.5 0.29
Hex 6F 4B 25 0 20 43 38 1F 32 1D
Octal 157 113 45 0 40 103 70 37 62 35
Binary 1101111 1001011 100101 0 100000 1000011 111000 11111 110010 11101

Color Harmonies of #6F4B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B25

Black with #6F4B25

Text Example


Text Example

White with #6F4B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F4B25; }

 p { color: rgb(111,75,37); }

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

background-color css

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

 a { background-color: rgb(111,75,37); }

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

border-color css

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

 span { border-color: rgb(111,75,37); }

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