Html Css Color HEX #C68D2A Geebung

📋 copy color: '#C68D2A'

red 198 ◦ green 141 ◦ blue 42

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

Shades of Geebung #C68D2A

Tints of Geebung #C68D2A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 51.97%
G = 37.01%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C68D2A (or 0xC68D2A) is known color: Geebung. HEX triplet: C6, 8D and 2A. RGB value is (198,141,42). Sum of RGB (Red+Green+Blue) = 198+141+42=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D2A is #3972D5. Grayscale: #939393. Windows color (decimal): -3764950 or 2788806. OLE color: 2788806.

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

Color convert

RGB 198 141 42 -
CMYK 0 0.29 0.79 0.22
HSL 38.08º 0.65% 0.47% -
HSV(B) 38.08º 0.79% 0.78% -
XYZ 33.23 31.22 6.47 -
YUV 146.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 198 141 42 0 0.29 0.79 0.22 38.08 0.65 0.47
Hex C6 8D 2A 0 1D 4F 16 26 41 2F
Octal 306 215 52 0 35 117 26 46 101 57
Binary 11000110 10001101 101010 0 11101 1001111 10110 100110 1000001 101111

Color Harmonies of #C68D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D2A

Black with #C68D2A

Text Example


Text Example

White with #C68D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D2A; }

 p { color: rgb(198,141,42); }

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

background-color css

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

 a { background-color: rgb(198,141,42); }

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

border-color css

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

 span { border-color: rgb(198,141,42); }

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