Html Css Color HEX #C6745F Japonica

📋 copy color: '#C6745F'

red 198 ◦ green 116 ◦ blue 95

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

Shades of Japonica #C6745F

Tints of Japonica #C6745F

RGB

 RED value IS 198 (77.73% from 255) = 48.41%

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

 BLUE value IS 95 (37.5% from 255) = 23.23%

R = 48.41%
G = 28.36%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6745F (or 0xC6745F) is known color: Japonica. HEX triplet: C6, 74 and 5F. RGB value is (198,116,95). Sum of RGB (Red+Green+Blue) = 198+116+95=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6745F is #398BA0. Grayscale: #8A8A8A. Windows color (decimal): -3771297 or 6255814. OLE color: 6255814.

HSL color Cylindrical-coordinate representation of color #C6745F: hue angle of 12.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6745F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 95 -
CMYK 0 0.41 0.52 0.22
HSL 12.23º 0.47% 0.57% -
HSV(B) 12.23º 0.52% 0.78% -
XYZ 31.6 25.32 14.05 -
YUV 138.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 198 116 95 0 0.41 0.52 0.22 12.23 0.47 0.57
Hex C6 74 5F 0 29 34 16 C 2F 39
Octal 306 164 137 0 51 64 26 14 57 71
Binary 11000110 1110100 1011111 0 101001 110100 10110 1100 101111 111001

Color Harmonies of #C6745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6745F

Black with #C6745F

Text Example


Text Example

White with #C6745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6745F; }

 p { color: rgb(198,116,95); }

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

background-color css

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

 a { background-color: rgb(198,116,95); }

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

border-color css

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

 span { border-color: rgb(198,116,95); }

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