Html Css Color HEX #866426 Hot Curry

📋 copy color: '#866426'

red 134 ◦ green 100 ◦ blue 38

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

Shades of Hot Curry #866426

Tints of Hot Curry #866426

RGB

 RED value IS 134 (52.73% from 255) = 49.26%

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 49.26%
G = 36.76%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#866426 (or 0x866426) is known color: Hot Curry. HEX triplet: 86, 64 and 26. RGB value is (134,100,38). Sum of RGB (Red+Green+Blue) = 134+100+38=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #866426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866426 is #799BD9. Grayscale: #676767. Windows color (decimal): -7969754 or 2516102. OLE color: 2516102.

HSL color Cylindrical-coordinate representation of color #866426: hue angle of 38.75º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #866426 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 38 -
CMYK 0 0.25 0.72 0.47
HSL 38.75º 0.56% 0.34% -
HSV(B) 38.75º 0.72% 0.53% -
XYZ 14.74 14.32 3.82 -
YUV 103.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 134 100 38 0 0.25 0.72 0.47 38.75 0.56 0.34
Hex 86 64 26 0 19 48 2F 27 38 22
Octal 206 144 46 0 31 110 57 47 70 42
Binary 10000110 1100100 100110 0 11001 1001000 101111 100111 111000 100010

Color Harmonies of #866426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866426

Black with #866426

Text Example


Text Example

White with #866426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866426; }

 p { color: rgb(134,100,38); }

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

background-color css

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

 a { background-color: rgb(134,100,38); }

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

border-color css

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

 span { border-color: rgb(134,100,38); }

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