Html Css Color HEX #C68948 Anzac

📋 copy color: '#C68948'

red 198 ◦ green 137 ◦ blue 72

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

Shades of Anzac #C68948

Tints of Anzac #C68948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 48.65%
G = 33.66%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C68948 (or 0xC68948) is known color: Anzac. HEX triplet: C6, 89 and 48. RGB value is (198,137,72). Sum of RGB (Red+Green+Blue) = 198+137+72=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C68948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68948 is #3976B7. Grayscale: #949494. Windows color (decimal): -3765944 or 4753862. OLE color: 4753862.

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

Color convert

RGB 198 137 72 -
CMYK 0 0.31 0.64 0.22
HSL 30.95º 0.53% 0.53% -
HSV(B) 30.95º 0.64% 0.78% -
XYZ 33.4 30.36 10.23 -
YUV 147.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 198 137 72 0 0.31 0.64 0.22 30.95 0.53 0.53
Hex C6 89 48 0 1F 40 16 1F 34 35
Octal 306 211 110 0 37 100 26 37 64 65
Binary 11000110 10001001 1001000 0 11111 1000000 10110 11111 110100 110101

Color Harmonies of #C68948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68948

Black with #C68948

Text Example


Text Example

White with #C68948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68948; }

 p { color: rgb(198,137,72); }

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

background-color css

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

 a { background-color: rgb(198,137,72); }

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

border-color css

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

 span { border-color: rgb(198,137,72); }

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