Html Css Color HEX #C63706 Harley Davidson Orange

📋 copy color: '#C63706'

red 198 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #C63706

Tints of Harley Davidson Orange #C63706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 76.45%
G = 21.24%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63706 (or 0xC63706) is known color: Harley Davidson Orange. HEX triplet: C6, 37 and 06. RGB value is (198,55,6). Sum of RGB (Red+Green+Blue) = 198+55+6=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C63706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63706 is #39C8F9. Grayscale: #5C5C5C. Windows color (decimal): -3787002 or 407494. OLE color: 407494.

HSL color Cylindrical-coordinate representation of color #C63706: hue angle of 15.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C63706 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 6 -
CMYK 0 0.72 0.97 0.22
HSL 15.31º 0.94% 0.4% -
HSV(B) 15.31º 0.97% 0.78% -
XYZ 24.69 14.75 1.72 -
YUV 92.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 198 55 6 0 0.72 0.97 0.22 15.31 0.94 0.4
Hex C6 37 6 0 48 61 16 F 5E 28
Octal 306 67 6 0 110 141 26 17 136 50
Binary 11000110 110111 110 0 1001000 1100001 10110 1111 1011110 101000

Color Harmonies of #C63706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63706

Black with #C63706

Text Example


Text Example

White with #C63706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63706; }

 p { color: rgb(198,55,6); }

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

background-color css

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

 a { background-color: rgb(198,55,6); }

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

border-color css

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

 span { border-color: rgb(198,55,6); }

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