Html Css Color HEX #D6745A Japonica

📋 copy color: '#D6745A'

red 214 ◦ green 116 ◦ blue 90

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

Shades of Japonica #D6745A

Tints of Japonica #D6745A

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 116 (45.7% from 255) = 27.62%

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 50.95%
G = 27.62%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6745A (or 0xD6745A) is known color: Japonica. HEX triplet: D6, 74 and 5A. RGB value is (214,116,90). Sum of RGB (Red+Green+Blue) = 214+116+90=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6745A is #298BA5. Grayscale: #8E8E8E. Windows color (decimal): -2722726 or 5928150. OLE color: 5928150.

HSL color Cylindrical-coordinate representation of color #D6745A: hue angle of 12.58º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6745A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 90 -
CMYK 0 0.46 0.58 0.16
HSL 12.58º 0.6% 0.6% -
HSV(B) 12.58º 0.58% 0.84% -
XYZ 35.82 27.53 13.1 -
YUV 142.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 214 116 90 0 0.46 0.58 0.16 12.58 0.6 0.6
Hex D6 74 5A 0 2E 3A 10 D 3C 3C
Octal 326 164 132 0 56 72 20 15 74 74
Binary 11010110 1110100 1011010 0 101110 111010 10000 1101 111100 111100

Color Harmonies of #D6745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6745A

Black with #D6745A

Text Example


Text Example

White with #D6745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6745A; }

 p { color: rgb(214,116,90); }

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

background-color css

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

 a { background-color: rgb(214,116,90); }

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

border-color css

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

 span { border-color: rgb(214,116,90); }

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